Html Css Color HEX #33258B Persian Indigo

📋 copy color: '#33258B'

red 51 ◦ green 37 ◦ blue 139

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

Shades of Persian Indigo #33258B

Tints of Persian Indigo #33258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.23%

R = 22.47%
G = 16.3%
B = 61.23%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33258B (or 0x33258B) is known color: Persian Indigo. HEX triplet: 33, 25 and 8B. RGB value is (51,37,139). Sum of RGB (Red+Green+Blue) = 51+37+139=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #33258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33258B is #CCDA74. Grayscale: #343434. Windows color (decimal): -13425269 or 9119027. OLE color: 9119027.

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

Color convert

RGB 51 37 139 -
CMYK 0.63 0.73 0 0.45
HSL 248.24º 0.58% 0.35% -
HSV(B) 248.24º 0.73% 0.55% -
XYZ 6.69 3.89 24.82 -
YUV 52.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 51 37 139 0.63 0.73 0 0.45 248.24 0.58 0.35
Hex 33 25 8B 3F 49 0 2D F8 3A 23
Octal 63 45 213 77 111 0 55 370 72 43
Binary 110011 100101 10001011 111111 1001001 0 101101 11111000 111010 100011

Color Harmonies of #33258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33258B

Black with #33258B

Text Example


Text Example

White with #33258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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