Html Css Color HEX #33277F Persian Indigo

📋 copy color: '#33277F'

red 51 ◦ green 39 ◦ blue 127

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

Shades of Persian Indigo #33277F

Tints of Persian Indigo #33277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.97%

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

R = 23.5%
G = 17.97%
B = 58.53%

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

#33277F (or 0x33277F) is known color: Persian Indigo. HEX triplet: 33, 27 and 7F. RGB value is (51,39,127). Sum of RGB (Red+Green+Blue) = 51+39+127=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #33277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33277F is #CCD880. Grayscale: #343434. Windows color (decimal): -13424769 or 8333107. OLE color: 8333107.

HSL color Cylindrical-coordinate representation of color #33277F: hue angle of 248.18º degrees, saturation: 0.53, 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 #33277F is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 39 127 -
CMYK 0.60 0.69 0 0.50
HSL 248.18º 0.53% 0.33% -
HSV(B) 248.18º 0.69% 0.5% -
XYZ 5.92 3.69 20.48 -
YUV 52.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 51 39 127 0.60 0.69 0 0.50 248.18 0.53 0.33
Hex 33 27 7F 3C 45 0 32 F8 35 21
Octal 63 47 177 74 105 0 62 370 65 41
Binary 110011 100111 1111111 111100 1000101 0 110010 11111000 110101 100001

Color Harmonies of #33277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33277F

Black with #33277F

Text Example


Text Example

White with #33277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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