Html Css Color HEX #33248F Persian Indigo

📋 copy color: '#33248F'

red 51 ◦ green 36 ◦ blue 143

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

Shades of Persian Indigo #33248F

Tints of Persian Indigo #33248F

RGB

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

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

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

R = 22.17%
G = 15.65%
B = 62.17%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33248F (or 0x33248F) is known color: Persian Indigo. HEX triplet: 33, 24 and 8F. RGB value is (51,36,143). Sum of RGB (Red+Green+Blue) = 51+36+143=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #33248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33248F is #CCDB70. Grayscale: #343434. Windows color (decimal): -13425521 or 9380915. OLE color: 9380915.

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

Color convert

RGB 51 36 143 -
CMYK 0.64 0.75 0 0.44
HSL 248.41º 0.6% 0.35% -
HSV(B) 248.41º 0.75% 0.56% -
XYZ 6.95 3.95 26.38 -
YUV 52.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 51 36 143 0.64 0.75 0 0.44 248.41 0.6 0.35
Hex 33 24 8F 40 4B 0 2C F8 3C 23
Octal 63 44 217 100 113 0 54 370 74 43
Binary 110011 100100 10001111 1000000 1001011 0 101100 11111000 111100 100011

Color Harmonies of #33248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33248F

Black with #33248F

Text Example


Text Example

White with #33248F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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