Html Css Color HEX #36038B Persian Indigo

📋 copy color: '#36038B'

red 54 ◦ green 3 ◦ blue 139

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

Shades of Persian Indigo #36038B

Tints of Persian Indigo #36038B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 139 (54.69% from 255) = 70.92%

R = 27.55%
G = 1.53%
B = 70.92%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36038B (or 0x36038B) is known color: Persian Indigo. HEX triplet: 36, 03 and 8B. RGB value is (54,3,139). Sum of RGB (Red+Green+Blue) = 54+3+139=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #36038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36038B is #C9FC74. Grayscale: #212121. Windows color (decimal): -13237365 or 9110326. OLE color: 9110326.

HSL color Cylindrical-coordinate representation of color #36038B: hue angle of 262.5º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36038B is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 3 139 -
CMYK 0.61 0.98 0 0.45
HSL 262.5º 0.96% 0.28% -
HSV(B) 262.5º 0.98% 0.55% -
XYZ 6.21 2.71 24.62 -
YUV 33.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 54 3 139 0.61 0.98 0 0.45 262.5 0.96 0.28
Hex 36 3 8B 3D 62 0 2D 106 60 1C
Octal 66 3 213 75 142 0 55 406 140 34
Binary 110110 11 10001011 111101 1100010 0 101101 100000110 1100000 11100

Color Harmonies of #36038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36038B

Black with #36038B

Text Example


Text Example

White with #36038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,3,139); }

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

background-color css

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

 a { background-color: rgb(54,3,139); }

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

border-color css

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

 span { border-color: rgb(54,3,139); }

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