#380b9d

Color #380B9D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #380B9D

Tints of Persian Indigo #380B9D

Color information

#380B9D (or 0x380B9D) is unknown color: approx Persian Indigo. HEX triplet: 38, 0B and 9D. RGB value is (56,11,157). Sum of RGB (Red+Green+Blue) = 56+11+157=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #380B9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380B9D is #C7F462. Grayscale: #282828. Windows color (decimal): -13104227 or 10292024. OLE color: 10292024.

HSL color Cylindrical-coordinate representation of color #380B9D: hue angle of 258.49º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380B9D is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5611157-
CMYK0.640.9300.38
HSL258.49º86.9%32.94%-
HSV(B)258.49º92.99%61.57%-
XYZ7.843.5132.16-
YUV41.1193.41138.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 157 (61.72% from 255) = 70.09%
R=25%
G=4.91%
B=70.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56111570.640.9300.38258.4986.932.94
Hex38B9D405D0261025721
Octal701323510013504640212741
Binary1110001011100111011000000101110101001101000000101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380b9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380b9d; }

 p { color: rgb(56,11,157); }

 H1.HeaderClassName
 {
   color: #380b9d;
 }
 .AnyTagClassName
 {
   color: #380b9d;
 }
</style>
background-color css

<style>
 a { background-color: #380b9d; }

 a { background-color: rgb(56,11,157); }

 div.DivClassName
 {
   background-color: #380b9d;
 }
 .BgClassName
 {
   background-color: #380b9d;
 }
</style>
border-color css

<style>
 span { border-color: #380b9d; }

 span { border-color: rgb(56,11,157); }

 td.TdClassName
 {
   border-color: #380b9d;
 }
 .TagClassName
 {
   border-color: #380b9d;
 }
</style>