Html Css Color HEX #360375 Persian Indigo

📋 copy color: '#360375'

red 54 ◦ green 3 ◦ blue 117

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

Shades of Persian Indigo #360375

Tints of Persian Indigo #360375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 31.03%
G = 1.72%
B = 67.24%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360375 (or 0x360375) is known color: Persian Indigo. HEX triplet: 36, 03 and 75. RGB value is (54,3,117). Sum of RGB (Red+Green+Blue) = 54+3+117=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #360375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360375 is #C9FC8A. Grayscale: #1E1E1E. Windows color (decimal): -13237387 or 7668534. OLE color: 7668534.

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

Color convert

RGB 54 3 117 -
CMYK 0.54 0.97 0 0.54
HSL 266.84º 0.95% 0.24% -
HSV(B) 266.84º 0.97% 0.46% -
XYZ 4.76 2.13 16.99 -
YUV 31.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 54 3 117 0.54 0.97 0 0.54 266.84 0.95 0.24
Hex 36 3 75 36 61 0 36 10B 5F 18
Octal 66 3 165 66 141 0 66 413 137 30
Binary 110110 11 1110101 110110 1100001 0 110110 100001011 1011111 11000

Color Harmonies of #360375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360375

Black with #360375

Text Example


Text Example

White with #360375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360375; }

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

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

background-color css

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

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

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

border-color css

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

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

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