Html Css Color HEX #360274 Persian Indigo

📋 copy color: '#360274'

red 54 ◦ green 2 ◦ blue 116

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

Shades of Persian Indigo #360274

Tints of Persian Indigo #360274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 31.4%
G = 1.16%
B = 67.44%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360274 (or 0x360274) is known color: Persian Indigo. HEX triplet: 36, 02 and 74. RGB value is (54,2,116). Sum of RGB (Red+Green+Blue) = 54+2+116=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #360274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360274 is #C9FD8B. Grayscale: #1E1E1E. Windows color (decimal): -13237644 or 7602742. OLE color: 7602742.

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

Color convert

RGB 54 2 116 -
CMYK 0.53 0.98 0 0.55
HSL 267.37º 0.97% 0.23% -
HSV(B) 267.37º 0.98% 0.45% -
XYZ 4.7 2.09 16.68 -
YUV 30.54 176.23 144.73 -
System Red Green Blue C M Y K H S L
Decimal 54 2 116 0.53 0.98 0 0.55 267.37 0.97 0.23
Hex 36 2 74 35 62 0 37 10B 61 17
Octal 66 2 164 65 142 0 67 413 141 27
Binary 110110 10 1110100 110101 1100010 0 110111 100001011 1100001 10111

Color Harmonies of #360274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360274

Black with #360274

Text Example


Text Example

White with #360274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360274; }

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

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

background-color css

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

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

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

border-color css

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

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

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