Html Css Color HEX #360A8E Persian Indigo

📋 copy color: '#360A8E'

red 54 ◦ green 10 ◦ blue 142

#360A8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #360A8E

Tints of Persian Indigo #360A8E

RGB

 RED value IS 54 (21.48% from 255) = 26.21%

 GREEN value IS 10 (4.3% from 255) = 4.85%

 BLUE value IS 142 (55.86% from 255) = 68.93%

R = 26.21%
G = 4.85%
B = 68.93%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#360A8E (or 0x360A8E) is known color: Persian Indigo. HEX triplet: 36, 0A and 8E. RGB value is (54,10,142). Sum of RGB (Red+Green+Blue) = 54+10+142=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #360A8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A8E is #C9F571. Grayscale: #252525. Windows color (decimal): -13235570 or 9308726. OLE color: 9308726.

HSL color Cylindrical-coordinate representation of color #360A8E: hue angle of 260º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360A8E is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 10 142 -
CMYK 0.62 0.93 0 0.44
HSL 260º 0.87% 0.3% -
HSV(B) 260º 0.93% 0.56% -
XYZ 6.51 2.95 25.82 -
YUV 38.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 54 10 142 0.62 0.93 0 0.44 260 0.87 0.3
Hex 36 A 8E 3E 5D 0 2C 104 57 1E
Octal 66 12 216 76 135 0 54 404 127 36
Binary 110110 1010 10001110 111110 1011101 0 101100 100000100 1010111 11110

Color Harmonies of #360A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A8E

Black with #360A8E

Text Example


Text Example

White with #360A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360A8E; }

 p { color: rgb(54,10,142); }

 H1.HeaderClassName
 {
   color: #360A8E;
 }
 .AnyTagClassName
 {
   color: #360A8E;
 }
</style>

background-color css

<style>
 a { background-color: #360A8E; }

 a { background-color: rgb(54,10,142); }

 div.DivClassName
 {
   background-color: #360A8E;
 }
 .BgClassName
 {
   background-color: #360A8E;
 }
</style>

border-color css

<style>
 span { border-color: #360A8E; }

 span { border-color: rgb(54,10,142); }

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