Html Css Color HEX #33138B Persian Indigo

📋 copy color: '#33138B'

red 51 ◦ green 19 ◦ blue 139

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

Shades of Persian Indigo #33138B

Tints of Persian Indigo #33138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 24.4%
G = 9.09%
B = 66.51%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33138B (or 0x33138B) is known color: Persian Indigo. HEX triplet: 33, 13 and 8B. RGB value is (51,19,139). Sum of RGB (Red+Green+Blue) = 51+19+139=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #33138B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33138B is #CCEC74. Grayscale: #292929. Windows color (decimal): -13429877 or 9114419. OLE color: 9114419.

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

Color convert

RGB 51 19 139 -
CMYK 0.63 0.86 0 0.45
HSL 256º 0.76% 0.31% -
HSV(B) 256º 0.86% 0.55% -
XYZ 6.26 3.03 24.68 -
YUV 42.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 51 19 139 0.63 0.86 0 0.45 256 0.76 0.31
Hex 33 13 8B 3F 56 0 2D 100 4C 1F
Octal 63 23 213 77 126 0 55 400 114 37
Binary 110011 10011 10001011 111111 1010110 0 101101 100000000 1001100 11111

Color Harmonies of #33138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33138B

Black with #33138B

Text Example


Text Example

White with #33138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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