Html Css Color HEX #33108B Persian Indigo

📋 copy color: '#33108B'

red 51 ◦ green 16 ◦ blue 139

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

Shades of Persian Indigo #33108B

Tints of Persian Indigo #33108B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 24.76%
G = 7.77%
B = 67.48%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33108B (or 0x33108B) is known color: Persian Indigo. HEX triplet: 33, 10 and 8B. RGB value is (51,16,139). Sum of RGB (Red+Green+Blue) = 51+16+139=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #33108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33108B is #CCEF74. Grayscale: #282828. Windows color (decimal): -13430645 or 9113651. OLE color: 9113651.

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

Color convert

RGB 51 16 139 -
CMYK 0.63 0.88 0 0.45
HSL 257.07º 0.79% 0.3% -
HSV(B) 257.07º 0.88% 0.55% -
XYZ 6.21 2.94 24.67 -
YUV 40.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 51 16 139 0.63 0.88 0 0.45 257.07 0.79 0.3
Hex 33 10 8B 3F 58 0 2D 101 4F 1E
Octal 63 20 213 77 130 0 55 401 117 36
Binary 110011 10000 10001011 111111 1011000 0 101101 100000001 1001111 11110

Color Harmonies of #33108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33108B

Black with #33108B

Text Example


Text Example

White with #33108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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