Html Css Color HEX #360075 Persian Indigo

📋 copy color: '#360075'

red 54 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #360075

Tints of Persian Indigo #360075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.58%
G = 0%
B = 68.42%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360075 (or 0x360075) is known color: Persian Indigo. HEX triplet: 36, 00 and 75. RGB value is (54,0,117). Sum of RGB (Red+Green+Blue) = 54+0+117=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #360075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360075 is #C9FF8A. Grayscale: #1D1D1D. Windows color (decimal): -13238155 or 7667766. OLE color: 7667766.

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

Color convert

RGB 54 0 117 -
CMYK 0.54 1 0 0.54
HSL 267.69º 1% 0.23% -
HSV(B) 267.69º 1% 0.46% -
XYZ 4.73 2.07 16.98 -
YUV 29.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 54 0 117 0.54 1 0 0.54 267.69 1 0.23
Hex 36 0 75 36 64 0 36 10C 64 17
Octal 66 0 165 66 144 0 66 414 144 27
Binary 110110 0 1110101 110110 1100100 0 110110 100001100 1100100 10111

Color Harmonies of #360075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360075

Black with #360075

Text Example


Text Example

White with #360075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360075; }

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

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

background-color css

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

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

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

border-color css

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

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

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