Html Css Color HEX #33187C Persian Indigo

📋 copy color: '#33187C'

red 51 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #33187C

Tints of Persian Indigo #33187C

RGB

 RED value IS 51 (20.31% from 255) = 25.63%

 GREEN value IS 24 (9.77% from 255) = 12.06%

 BLUE value IS 124 (48.83% from 255) = 62.31%

R = 25.63%
G = 12.06%
B = 62.31%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33187C (or 0x33187C) is known color: Persian Indigo. HEX triplet: 33, 18 and 7C. RGB value is (51,24,124). Sum of RGB (Red+Green+Blue) = 51+24+124=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #33187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33187C is #CCE783. Grayscale: #2B2B2B. Windows color (decimal): -13428612 or 8132659. OLE color: 8132659.

HSL color Cylindrical-coordinate representation of color #33187C: hue angle of 256.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33187C is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 24 124 -
CMYK 0.59 0.81 0 0.51
HSL 256.2º 0.68% 0.29% -
HSV(B) 256.2º 0.81% 0.49% -
XYZ 5.33 2.81 19.33 -
YUV 43.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 51 24 124 0.59 0.81 0 0.51 256.2 0.68 0.29
Hex 33 18 7C 3B 51 0 33 100 44 1D
Octal 63 30 174 73 121 0 63 400 104 35
Binary 110011 11000 1111100 111011 1010001 0 110011 100000000 1000100 11101

Color Harmonies of #33187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33187C

Black with #33187C

Text Example


Text Example

White with #33187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33187C; }

 p { color: rgb(51,24,124); }

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

background-color css

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

 a { background-color: rgb(51,24,124); }

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

border-color css

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

 span { border-color: rgb(51,24,124); }

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