Html Css Color HEX #33117B Persian Indigo

📋 copy color: '#33117B'

red 51 ◦ green 17 ◦ blue 123

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

Shades of Persian Indigo #33117B

Tints of Persian Indigo #33117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 123 (48.44% from 255) = 64.4%

R = 26.7%
G = 8.9%
B = 64.4%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33117B (or 0x33117B) is known color: Persian Indigo. HEX triplet: 33, 11 and 7B. RGB value is (51,17,123). Sum of RGB (Red+Green+Blue) = 51+17+123=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #33117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33117B is #CCEE84. Grayscale: #262626. Windows color (decimal): -13430405 or 8065331. OLE color: 8065331.

HSL color Cylindrical-coordinate representation of color #33117B: hue angle of 259.25º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33117B is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 17 123 -
CMYK 0.59 0.86 0 0.52
HSL 259.25º 0.76% 0.27% -
HSV(B) 259.25º 0.86% 0.48% -
XYZ 5.14 2.53 18.96 -
YUV 39.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 51 17 123 0.59 0.86 0 0.52 259.25 0.76 0.27
Hex 33 11 7B 3B 56 0 34 103 4C 1B
Octal 63 21 173 73 126 0 64 403 114 33
Binary 110011 10001 1111011 111011 1010110 0 110100 100000011 1001100 11011

Color Harmonies of #33117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33117B

Black with #33117B

Text Example


Text Example

White with #33117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,17,123); }

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

background-color css

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

 a { background-color: rgb(51,17,123); }

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

border-color css

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

 span { border-color: rgb(51,17,123); }

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