Html Css Color HEX #36007D Persian Indigo

📋 copy color: '#36007D'

red 54 ◦ green 0 ◦ blue 125

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

Shades of Persian Indigo #36007D

Tints of Persian Indigo #36007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 69.83%

R = 30.17%
G = 0%
B = 69.83%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36007D (or 0x36007D) is known color: Persian Indigo. HEX triplet: 36, 00 and 7D. RGB value is (54,0,125). Sum of RGB (Red+Green+Blue) = 54+0+125=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #36007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36007D is #C9FF82. Grayscale: #1D1D1D. Windows color (decimal): -13238147 or 8192054. OLE color: 8192054.

HSL color Cylindrical-coordinate representation of color #36007D: hue angle of 265.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36007D is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 0 125 -
CMYK 0.57 1 0 0.51
HSL 265.92º 1% 0.25% -
HSV(B) 265.92º 1% 0.49% -
XYZ 5.22 2.26 19.56 -
YUV 30.4 181.39 144.84 -
System Red Green Blue C M Y K H S L
Decimal 54 0 125 0.57 1 0 0.51 265.92 1 0.25
Hex 36 0 7D 39 64 0 33 10A 64 19
Octal 66 0 175 71 144 0 63 412 144 31
Binary 110110 0 1111101 111001 1100100 0 110011 100001010 1100100 11001

Color Harmonies of #36007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36007D

Black with #36007D

Text Example


Text Example

White with #36007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36007D; }

 p { color: rgb(54,0,125); }

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

background-color css

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

 a { background-color: rgb(54,0,125); }

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

border-color css

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

 span { border-color: rgb(54,0,125); }

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