Html Css Color HEX #33247A Persian Indigo

📋 copy color: '#33247A'

red 51 ◦ green 36 ◦ blue 122

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

Shades of Persian Indigo #33247A

Tints of Persian Indigo #33247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 24.4%
G = 17.22%
B = 58.37%

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

#33247A (or 0x33247A) is known color: Persian Indigo. HEX triplet: 33, 24 and 7A. RGB value is (51,36,122). Sum of RGB (Red+Green+Blue) = 51+36+122=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #33247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33247A is #CCDB85. Grayscale: #313131. Windows color (decimal): -13425542 or 8004659. OLE color: 8004659.

HSL color Cylindrical-coordinate representation of color #33247A: hue angle of 250.47º degrees, saturation: 0.54, 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 #33247A is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 36 122 -
CMYK 0.58 0.70 0 0.52
HSL 250.47º 0.54% 0.31% -
HSV(B) 250.47º 0.7% 0.48% -
XYZ 5.51 3.37 18.77 -
YUV 50.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 51 36 122 0.58 0.70 0 0.52 250.47 0.54 0.31
Hex 33 24 7A 3A 46 0 34 FA 36 1F
Octal 63 44 172 72 106 0 64 372 66 37
Binary 110011 100100 1111010 111010 1000110 0 110100 11111010 110110 11111

Color Harmonies of #33247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33247A

Black with #33247A

Text Example


Text Example

White with #33247A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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