Html Css Color HEX #360A9F Persian Indigo

📋 copy color: '#360A9F'

red 54 ◦ green 10 ◦ blue 159

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

Shades of Persian Indigo #360A9F

Tints of Persian Indigo #360A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.3%

R = 24.22%
G = 4.48%
B = 71.3%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#360A9F (or 0x360A9F) is known color: Persian Indigo. HEX triplet: 36, 0A and 9F. RGB value is (54,10,159). Sum of RGB (Red+Green+Blue) = 54+10+159=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #360A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A9F is #C9F560. Grayscale: #272727. Windows color (decimal): -13235553 or 10422838. OLE color: 10422838.

HSL color Cylindrical-coordinate representation of color #360A9F: hue angle of 257.72º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360A9F is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 10 159 -
CMYK 0.66 0.94 0 0.38
HSL 257.72º 0.88% 0.33% -
HSV(B) 257.72º 0.94% 0.62% -
XYZ 7.89 3.5 33.06 -
YUV 40.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 54 10 159 0.66 0.94 0 0.38 257.72 0.88 0.33
Hex 36 A 9F 42 5E 0 26 102 58 21
Octal 66 12 237 102 136 0 46 402 130 41
Binary 110110 1010 10011111 1000010 1011110 0 100110 100000010 1011000 100001

Color Harmonies of #360A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A9F

Black with #360A9F

Text Example


Text Example

White with #360A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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