Html Css Color HEX #33167F Persian Indigo

📋 copy color: '#33167F'

red 51 ◦ green 22 ◦ blue 127

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

Shades of Persian Indigo #33167F

Tints of Persian Indigo #33167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

 BLUE value IS 127 (50% from 255) = 63.5%

R = 25.5%
G = 11%
B = 63.5%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33167F (or 0x33167F) is known color: Persian Indigo. HEX triplet: 33, 16 and 7F. RGB value is (51,22,127). Sum of RGB (Red+Green+Blue) = 51+22+127=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #33167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33167F is #CCE980. Grayscale: #2A2A2A. Windows color (decimal): -13429121 or 8328755. OLE color: 8328755.

HSL color Cylindrical-coordinate representation of color #33167F: hue angle of 256.57º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33167F is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 22 127 -
CMYK 0.60 0.83 0 0.50
HSL 256.57º 0.7% 0.29% -
HSV(B) 256.57º 0.83% 0.5% -
XYZ 5.48 2.81 20.33 -
YUV 42.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 51 22 127 0.60 0.83 0 0.50 256.57 0.7 0.29
Hex 33 16 7F 3C 53 0 32 101 46 1D
Octal 63 26 177 74 123 0 62 401 106 35
Binary 110011 10110 1111111 111100 1010011 0 110010 100000001 1000110 11101

Color Harmonies of #33167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33167F

Black with #33167F

Text Example


Text Example

White with #33167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33167F; }

 p { color: rgb(51,22,127); }

 H1.HeaderClassName
 {
   color: #33167F;
 }
 .AnyTagClassName
 {
   color: #33167F;
 }
</style>

background-color css

<style>
 a { background-color: #33167F; }

 a { background-color: rgb(51,22,127); }

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

border-color css

<style>
 span { border-color: #33167F; }

 span { border-color: rgb(51,22,127); }

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