Html Css Color HEX #362287 Persian Indigo

📋 copy color: '#362287'

red 54 ◦ green 34 ◦ blue 135

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

Shades of Persian Indigo #362287

Tints of Persian Indigo #362287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60.54%

R = 24.22%
G = 15.25%
B = 60.54%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#362287 (or 0x362287) is known color: Persian Indigo. HEX triplet: 36, 22 and 87. RGB value is (54,34,135). Sum of RGB (Red+Green+Blue) = 54+34+135=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #362287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362287 is #C9DD78. Grayscale: #333333. Windows color (decimal): -13229433 or 8856118. OLE color: 8856118.

HSL color Cylindrical-coordinate representation of color #362287: hue angle of 251.88º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362287 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 34 135 -
CMYK 0.60 0.75 0 0.47
HSL 251.88º 0.6% 0.33% -
HSV(B) 251.88º 0.75% 0.53% -
XYZ 6.47 3.68 23.29 -
YUV 51.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 54 34 135 0.60 0.75 0 0.47 251.88 0.6 0.33
Hex 36 22 87 3C 4B 0 2F FC 3C 21
Octal 66 42 207 74 113 0 57 374 74 41
Binary 110110 100010 10000111 111100 1001011 0 101111 11111100 111100 100001

Color Harmonies of #362287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362287

Black with #362287

Text Example


Text Example

White with #362287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362287; }

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

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

background-color css

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

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

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

border-color css

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

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

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