Html Css Color HEX #36027B Persian Indigo

📋 copy color: '#36027B'

red 54 ◦ green 2 ◦ blue 123

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

Shades of Persian Indigo #36027B

Tints of Persian Indigo #36027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 68.72%

R = 30.17%
G = 1.12%
B = 68.72%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36027B (or 0x36027B) is known color: Persian Indigo. HEX triplet: 36, 02 and 7B. RGB value is (54,2,123). Sum of RGB (Red+Green+Blue) = 54+2+123=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #36027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36027B is #C9FD84. Grayscale: #1E1E1E. Windows color (decimal): -13237637 or 8061494. OLE color: 8061494.

HSL color Cylindrical-coordinate representation of color #36027B: hue angle of 265.79º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36027B is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 2 123 -
CMYK 0.56 0.98 0 0.52
HSL 265.79º 0.97% 0.25% -
HSV(B) 265.79º 0.98% 0.48% -
XYZ 5.12 2.26 18.9 -
YUV 31.34 179.73 144.16 -
System Red Green Blue C M Y K H S L
Decimal 54 2 123 0.56 0.98 0 0.52 265.79 0.97 0.25
Hex 36 2 7B 38 62 0 34 10A 61 19
Octal 66 2 173 70 142 0 64 412 141 31
Binary 110110 10 1111011 111000 1100010 0 110100 100001010 1100001 11001

Color Harmonies of #36027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36027B

Black with #36027B

Text Example


Text Example

White with #36027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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