Html Css Color HEX #33258A Persian Indigo

📋 copy color: '#33258A'

red 51 ◦ green 37 ◦ blue 138

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

Shades of Persian Indigo #33258A

Tints of Persian Indigo #33258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.06%

R = 22.57%
G = 16.37%
B = 61.06%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33258A (or 0x33258A) is known color: Persian Indigo. HEX triplet: 33, 25 and 8A. RGB value is (51,37,138). Sum of RGB (Red+Green+Blue) = 51+37+138=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #33258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33258A is #CCDA75. Grayscale: #343434. Windows color (decimal): -13425270 or 9053491. OLE color: 9053491.

HSL color Cylindrical-coordinate representation of color #33258A: hue angle of 248.32º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33258A is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 37 138 -
CMYK 0.63 0.73 0 0.46
HSL 248.32º 0.58% 0.34% -
HSV(B) 248.32º 0.73% 0.54% -
XYZ 6.61 3.86 24.44 -
YUV 52.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 51 37 138 0.63 0.73 0 0.46 248.32 0.58 0.34
Hex 33 25 8A 3F 49 0 2E F8 3A 22
Octal 63 45 212 77 111 0 56 370 72 42
Binary 110011 100101 10001010 111111 1001001 0 101110 11111000 111010 100010

Color Harmonies of #33258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33258A

Black with #33258A

Text Example


Text Example

White with #33258A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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