Html Css Color HEX #33258E Persian Indigo

📋 copy color: '#33258E'

red 51 ◦ green 37 ◦ blue 142

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

Shades of Persian Indigo #33258E

Tints of Persian Indigo #33258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 61.74%

R = 22.17%
G = 16.09%
B = 61.74%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33258E (or 0x33258E) is known color: Persian Indigo. HEX triplet: 33, 25 and 8E. RGB value is (51,37,142). Sum of RGB (Red+Green+Blue) = 51+37+142=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #33258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33258E is #CCDA71. Grayscale: #343434. Windows color (decimal): -13425266 or 9315635. OLE color: 9315635.

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

Color convert

RGB 51 37 142 -
CMYK 0.64 0.74 0 0.44
HSL 248º 0.59% 0.35% -
HSV(B) 248º 0.74% 0.56% -
XYZ 6.91 3.98 26 -
YUV 53.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 51 37 142 0.64 0.74 0 0.44 248 0.59 0.35
Hex 33 25 8E 40 4A 0 2C F8 3B 23
Octal 63 45 216 100 112 0 54 370 73 43
Binary 110011 100101 10001110 1000000 1001010 0 101100 11111000 111011 100011

Color Harmonies of #33258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33258E

Black with #33258E

Text Example


Text Example

White with #33258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33258E; }

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

 H1.HeaderClassName
 {
   color: #33258E;
 }
 .AnyTagClassName
 {
   color: #33258E;
 }
</style>

background-color css

<style>
 a { background-color: #33258E; }

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

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

border-color css

<style>
 span { border-color: #33258E; }

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

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