Html Css Color HEX #33257A Persian Indigo

📋 copy color: '#33257A'

red 51 ◦ green 37 ◦ blue 122

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

Shades of Persian Indigo #33257A

Tints of Persian Indigo #33257A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 122 (48.05% from 255) = 58.1%

R = 24.29%
G = 17.62%
B = 58.1%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33257A (or 0x33257A) is known color: Persian Indigo. HEX triplet: 33, 25 and 7A. RGB value is (51,37,122). Sum of RGB (Red+Green+Blue) = 51+37+122=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #33257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33257A is #CCDA85. Grayscale: #323232. Windows color (decimal): -13425286 or 8004915. OLE color: 8004915.

HSL color Cylindrical-coordinate representation of color #33257A: hue angle of 249.88º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33257A is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 37 122 -
CMYK 0.58 0.70 0 0.52
HSL 249.88º 0.53% 0.31% -
HSV(B) 249.88º 0.7% 0.48% -
XYZ 5.54 3.43 18.78 -
YUV 50.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 51 37 122 0.58 0.70 0 0.52 249.88 0.53 0.31
Hex 33 25 7A 3A 46 0 34 FA 35 1F
Octal 63 45 172 72 106 0 64 372 65 37
Binary 110011 100101 1111010 111010 1000110 0 110100 11111010 110101 11111

Color Harmonies of #33257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33257A

Black with #33257A

Text Example


Text Example

White with #33257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33257A; }

 p { color: rgb(51,37,122); }

 H1.HeaderClassName
 {
   color: #33257A;
 }
 .AnyTagClassName
 {
   color: #33257A;
 }
</style>

background-color css

<style>
 a { background-color: #33257A; }

 a { background-color: rgb(51,37,122); }

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

border-color css

<style>
 span { border-color: #33257A; }

 span { border-color: rgb(51,37,122); }

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