Html Css Color HEX #33277B Persian Indigo

📋 copy color: '#33277B'

red 51 ◦ green 39 ◦ blue 123

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

Shades of Persian Indigo #33277B

Tints of Persian Indigo #33277B

RGB

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

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

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

R = 23.94%
G = 18.31%
B = 57.75%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33277B (or 0x33277B) is known color: Persian Indigo. HEX triplet: 33, 27 and 7B. RGB value is (51,39,123). Sum of RGB (Red+Green+Blue) = 51+39+123=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #33277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33277B is #CCD884. Grayscale: #333333. Windows color (decimal): -13424773 or 8070963. OLE color: 8070963.

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

Color convert

RGB 51 39 123 -
CMYK 0.59 0.68 0 0.52
HSL 248.57º 0.52% 0.32% -
HSV(B) 248.57º 0.68% 0.48% -
XYZ 5.67 3.58 19.13 -
YUV 52.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 51 39 123 0.59 0.68 0 0.52 248.57 0.52 0.32
Hex 33 27 7B 3B 44 0 34 F9 34 20
Octal 63 47 173 73 104 0 64 371 64 40
Binary 110011 100111 1111011 111011 1000100 0 110100 11111001 110100 100000

Color Harmonies of #33277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33277B

Black with #33277B

Text Example


Text Example

White with #33277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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