Html Css Color HEX #360074 Persian Indigo

📋 copy color: '#360074'

red 54 ◦ green 0 ◦ blue 116

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

Shades of Persian Indigo #360074

Tints of Persian Indigo #360074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 68.24%

R = 31.76%
G = 0%
B = 68.24%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360074 (or 0x360074) is known color: Persian Indigo. HEX triplet: 36, 00 and 74. RGB value is (54,0,116). Sum of RGB (Red+Green+Blue) = 54+0+116=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #360074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360074 is #C9FF8B. Grayscale: #1C1C1C. Windows color (decimal): -13238156 or 7602230. OLE color: 7602230.

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

Color convert

RGB 54 0 116 -
CMYK 0.53 1 0 0.55
HSL 267.93º 1% 0.23% -
HSV(B) 267.93º 1% 0.45% -
XYZ 4.67 2.05 16.67 -
YUV 29.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 54 0 116 0.53 1 0 0.55 267.93 1 0.23
Hex 36 0 74 35 64 0 37 10C 64 17
Octal 66 0 164 65 144 0 67 414 144 27
Binary 110110 0 1110100 110101 1100100 0 110111 100001100 1100100 10111

Color Harmonies of #360074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360074

Black with #360074

Text Example


Text Example

White with #360074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360074; }

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

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

background-color css

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

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

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

border-color css

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

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

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