Html Css Color HEX #362278 Persian Indigo

📋 copy color: '#362278'

red 54 ◦ green 34 ◦ blue 120

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

Shades of Persian Indigo #362278

Tints of Persian Indigo #362278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

 BLUE value IS 120 (47.27% from 255) = 57.69%

R = 25.96%
G = 16.35%
B = 57.69%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362278 (or 0x362278) is known color: Persian Indigo. HEX triplet: 36, 22 and 78. RGB value is (54,34,120). Sum of RGB (Red+Green+Blue) = 54+34+120=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #362278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362278 is #C9DD87. Grayscale: #313131. Windows color (decimal): -13229448 or 7873078. OLE color: 7873078.

HSL color Cylindrical-coordinate representation of color #362278: hue angle of 253.95º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362278 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 34 120 -
CMYK 0.55 0.72 0 0.53
HSL 253.95º 0.56% 0.3% -
HSV(B) 253.95º 0.72% 0.47% -
XYZ 5.48 3.28 18.11 -
YUV 49.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 54 34 120 0.55 0.72 0 0.53 253.95 0.56 0.3
Hex 36 22 78 37 48 0 35 FE 38 1E
Octal 66 42 170 67 110 0 65 376 70 36
Binary 110110 100010 1111000 110111 1001000 0 110101 11111110 111000 11110

Color Harmonies of #362278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362278

Black with #362278

Text Example


Text Example

White with #362278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362278; }

 p { color: rgb(54,34,120); }

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

background-color css

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

 a { background-color: rgb(54,34,120); }

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

border-color css

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

 span { border-color: rgb(54,34,120); }

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