Html Css Color HEX #330D81 Persian Indigo

📋 copy color: '#330D81'

red 51 ◦ green 13 ◦ blue 129

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

Shades of Persian Indigo #330D81

Tints of Persian Indigo #330D81

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.74%

 BLUE value IS 129 (50.78% from 255) = 66.84%

R = 26.42%
G = 6.74%
B = 66.84%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#330D81 (or 0x330D81) is known color: Persian Indigo. HEX triplet: 33, 0D and 81. RGB value is (51,13,129). Sum of RGB (Red+Green+Blue) = 51+13+129=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #330D81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330D81 is #CCF27E. Grayscale: #252525. Windows color (decimal): -13431423 or 8457523. OLE color: 8457523.

HSL color Cylindrical-coordinate representation of color #330D81: hue angle of 259.66º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330D81 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 13 129 -
CMYK 0.60 0.90 0 0.49
HSL 259.66º 0.82% 0.28% -
HSV(B) 259.66º 0.9% 0.51% -
XYZ 5.47 2.58 20.98 -
YUV 37.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 51 13 129 0.60 0.90 0 0.49 259.66 0.82 0.28
Hex 33 D 81 3C 5A 0 31 104 52 1C
Octal 63 15 201 74 132 0 61 404 122 34
Binary 110011 1101 10000001 111100 1011010 0 110001 100000100 1010010 11100

Color Harmonies of #330D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D81

Black with #330D81

Text Example


Text Example

White with #330D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330D81; }

 p { color: rgb(51,13,129); }

 H1.HeaderClassName
 {
   color: #330D81;
 }
 .AnyTagClassName
 {
   color: #330D81;
 }
</style>

background-color css

<style>
 a { background-color: #330D81; }

 a { background-color: rgb(51,13,129); }

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

border-color css

<style>
 span { border-color: #330D81; }

 span { border-color: rgb(51,13,129); }

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