Html Css Color HEX #360875 Persian Indigo

📋 copy color: '#360875'

red 54 ◦ green 8 ◦ blue 117

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

Shades of Persian Indigo #360875

Tints of Persian Indigo #360875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

 BLUE value IS 117 (46.09% from 255) = 65.36%

R = 30.17%
G = 4.47%
B = 65.36%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360875 (or 0x360875) is known color: Persian Indigo. HEX triplet: 36, 08 and 75. RGB value is (54,8,117). Sum of RGB (Red+Green+Blue) = 54+8+117=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #360875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360875 is #C9F78A. Grayscale: #212121. Windows color (decimal): -13236107 or 7669814. OLE color: 7669814.

HSL color Cylindrical-coordinate representation of color #360875: hue angle of 265.32º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360875 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 8 117 -
CMYK 0.54 0.93 0 0.54
HSL 265.32º 0.87% 0.25% -
HSV(B) 265.32º 0.93% 0.46% -
XYZ 4.82 2.24 17.01 -
YUV 34.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 54 8 117 0.54 0.93 0 0.54 265.32 0.87 0.25
Hex 36 8 75 36 5D 0 36 109 57 19
Octal 66 10 165 66 135 0 66 411 127 31
Binary 110110 1000 1110101 110110 1011101 0 110110 100001001 1010111 11001

Color Harmonies of #360875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360875

Black with #360875

Text Example


Text Example

White with #360875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360875; }

 p { color: rgb(54,8,117); }

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

background-color css

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

 a { background-color: rgb(54,8,117); }

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

border-color css

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

 span { border-color: rgb(54,8,117); }

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