Html Css Color HEX #33287F Persian Indigo

📋 copy color: '#33287F'

red 51 ◦ green 40 ◦ blue 127

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

Shades of Persian Indigo #33287F

Tints of Persian Indigo #33287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 23.39%
G = 18.35%
B = 58.26%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33287F (or 0x33287F) is known color: Persian Indigo. HEX triplet: 33, 28 and 7F. RGB value is (51,40,127). Sum of RGB (Red+Green+Blue) = 51+40+127=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #33287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33287F is #CCD780. Grayscale: #343434. Windows color (decimal): -13424513 or 8333363. OLE color: 8333363.

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

Color convert

RGB 51 40 127 -
CMYK 0.60 0.69 0 0.50
HSL 247.59º 0.52% 0.33% -
HSV(B) 247.59º 0.69% 0.5% -
XYZ 5.95 3.75 20.49 -
YUV 53.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 51 40 127 0.60 0.69 0 0.50 247.59 0.52 0.33
Hex 33 28 7F 3C 45 0 32 F8 34 21
Octal 63 50 177 74 105 0 62 370 64 41
Binary 110011 101000 1111111 111100 1000101 0 110010 11111000 110100 100001

Color Harmonies of #33287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33287F

Black with #33287F

Text Example


Text Example

White with #33287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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