Html Css Color HEX #33017D Persian Indigo

📋 copy color: '#33017D'

red 51 ◦ green 1 ◦ blue 125

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

Shades of Persian Indigo #33017D

Tints of Persian Indigo #33017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 125 (49.22% from 255) = 70.62%

R = 28.81%
G = 0.56%
B = 70.62%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33017D (or 0x33017D) is known color: Persian Indigo. HEX triplet: 33, 01 and 7D. RGB value is (51,1,125). Sum of RGB (Red+Green+Blue) = 51+1+125=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #33017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33017D is #CCFE82. Grayscale: #1D1D1D. Windows color (decimal): -13434499 or 8192307. OLE color: 8192307.

HSL color Cylindrical-coordinate representation of color #33017D: hue angle of 264.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33017D is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 1 125 -
CMYK 0.59 0.99 0 0.51
HSL 264.19º 0.98% 0.25% -
HSV(B) 264.19º 0.99% 0.49% -
XYZ 5.08 2.21 19.56 -
YUV 30.09 181.57 142.92 -
System Red Green Blue C M Y K H S L
Decimal 51 1 125 0.59 0.99 0 0.51 264.19 0.98 0.25
Hex 33 1 7D 3B 63 0 33 108 62 19
Octal 63 1 175 73 143 0 63 410 142 31
Binary 110011 1 1111101 111011 1100011 0 110011 100001000 1100010 11001

Color Harmonies of #33017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33017D

Black with #33017D

Text Example


Text Example

White with #33017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33017D; }

 p { color: rgb(51,1,125); }

 H1.HeaderClassName
 {
   color: #33017D;
 }
 .AnyTagClassName
 {
   color: #33017D;
 }
</style>

background-color css

<style>
 a { background-color: #33017D; }

 a { background-color: rgb(51,1,125); }

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

border-color css

<style>
 span { border-color: #33017D; }

 span { border-color: rgb(51,1,125); }

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