Html Css Color HEX #33238F Persian Indigo

📋 copy color: '#33238F'

red 51 ◦ green 35 ◦ blue 143

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

Shades of Persian Indigo #33238F

Tints of Persian Indigo #33238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 143 (56.25% from 255) = 62.45%

R = 22.27%
G = 15.28%
B = 62.45%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33238F (or 0x33238F) is known color: Persian Indigo. HEX triplet: 33, 23 and 8F. RGB value is (51,35,143). Sum of RGB (Red+Green+Blue) = 51+35+143=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #33238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33238F is #CCDC70. Grayscale: #333333. Windows color (decimal): -13425777 or 9380659. OLE color: 9380659.

HSL color Cylindrical-coordinate representation of color #33238F: hue angle of 248.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33238F is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 35 143 -
CMYK 0.64 0.76 0 0.44
HSL 248.89º 0.61% 0.35% -
HSV(B) 248.89º 0.76% 0.56% -
XYZ 6.92 3.89 26.37 -
YUV 52.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 51 35 143 0.64 0.76 0 0.44 248.89 0.61 0.35
Hex 33 23 8F 40 4C 0 2C F9 3D 23
Octal 63 43 217 100 114 0 54 371 75 43
Binary 110011 100011 10001111 1000000 1001100 0 101100 11111001 111101 100011

Color Harmonies of #33238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33238F

Black with #33238F

Text Example


Text Example

White with #33238F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,35,143); }

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

background-color css

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

 a { background-color: rgb(51,35,143); }

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

border-color css

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

 span { border-color: rgb(51,35,143); }

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