Html Css Color HEX #33188B Persian Indigo

📋 copy color: '#33188B'

red 51 ◦ green 24 ◦ blue 139

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

Shades of Persian Indigo #33188B

Tints of Persian Indigo #33188B

RGB

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

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

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

R = 23.83%
G = 11.21%
B = 64.95%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33188B (or 0x33188B) is known color: Persian Indigo. HEX triplet: 33, 18 and 8B. RGB value is (51,24,139). Sum of RGB (Red+Green+Blue) = 51+24+139=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #33188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33188B is #CCE774. Grayscale: #2C2C2C. Windows color (decimal): -13428597 or 9115699. OLE color: 9115699.

HSL color Cylindrical-coordinate representation of color #33188B: hue angle of 254.09º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33188B is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 24 139 -
CMYK 0.63 0.83 0 0.45
HSL 254.09º 0.71% 0.32% -
HSV(B) 254.09º 0.83% 0.55% -
XYZ 6.35 3.22 24.71 -
YUV 45.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 51 24 139 0.63 0.83 0 0.45 254.09 0.71 0.32
Hex 33 18 8B 3F 53 0 2D FE 47 20
Octal 63 30 213 77 123 0 55 376 107 40
Binary 110011 11000 10001011 111111 1010011 0 101101 11111110 1000111 100000

Color Harmonies of #33188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33188B

Black with #33188B

Text Example


Text Example

White with #33188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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