Html Css Color HEX #362286 Persian Indigo

📋 copy color: '#362286'

red 54 ◦ green 34 ◦ blue 134

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

Shades of Persian Indigo #362286

Tints of Persian Indigo #362286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.36%

R = 24.32%
G = 15.32%
B = 60.36%

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

#362286 (or 0x362286) is known color: Persian Indigo. HEX triplet: 36, 22 and 86. RGB value is (54,34,134). Sum of RGB (Red+Green+Blue) = 54+34+134=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #362286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362286 is #C9DD79. Grayscale: #333333. Windows color (decimal): -13229434 or 8790582. OLE color: 8790582.

HSL color Cylindrical-coordinate representation of color #362286: hue angle of 252º 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 #362286 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 34 134 -
CMYK 0.60 0.75 0 0.47
HSL 252º 0.6% 0.33% -
HSV(B) 252º 0.75% 0.53% -
XYZ 6.4 3.65 22.92 -
YUV 51.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 54 34 134 0.60 0.75 0 0.47 252 0.6 0.33
Hex 36 22 86 3C 4B 0 2F FC 3C 21
Octal 66 42 206 74 113 0 57 374 74 41
Binary 110110 100010 10000110 111100 1001011 0 101111 11111100 111100 100001

Color Harmonies of #362286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362286

Black with #362286

Text Example


Text Example

White with #362286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362286; }

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

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

background-color css

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

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

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

border-color css

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

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

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