Html Css Color HEX #36028D Persian Indigo

📋 copy color: '#36028D'

red 54 ◦ green 2 ◦ blue 141

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

Shades of Persian Indigo #36028D

Tints of Persian Indigo #36028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 71.57%

R = 27.41%
G = 1.02%
B = 71.57%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36028D (or 0x36028D) is known color: Persian Indigo. HEX triplet: 36, 02 and 8D. RGB value is (54,2,141). Sum of RGB (Red+Green+Blue) = 54+2+141=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #36028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36028D is #C9FD72. Grayscale: #202020. Windows color (decimal): -13237619 or 9241142. OLE color: 9241142.

HSL color Cylindrical-coordinate representation of color #36028D: hue angle of 262.45º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36028D is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 2 141 -
CMYK 0.62 0.99 0 0.45
HSL 262.45º 0.97% 0.28% -
HSV(B) 262.45º 0.99% 0.55% -
XYZ 6.35 2.75 25.4 -
YUV 33.39 188.73 142.7 -
System Red Green Blue C M Y K H S L
Decimal 54 2 141 0.62 0.99 0 0.45 262.45 0.97 0.28
Hex 36 2 8D 3E 63 0 2D 106 61 1C
Octal 66 2 215 76 143 0 55 406 141 34
Binary 110110 10 10001101 111110 1100011 0 101101 100000110 1100001 11100

Color Harmonies of #36028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36028D

Black with #36028D

Text Example


Text Example

White with #36028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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