Html Css Color HEX #330D82 Persian Indigo

📋 copy color: '#330D82'

red 51 ◦ green 13 ◦ blue 130

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

Shades of Persian Indigo #330D82

Tints of Persian Indigo #330D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 67.01%

R = 26.29%
G = 6.7%
B = 67.01%

CMYK

 C value IS 0.61

 M value IS 0.9

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#330D82 (or 0x330D82) is known color: Persian Indigo. HEX triplet: 33, 0D and 82. RGB value is (51,13,130). Sum of RGB (Red+Green+Blue) = 51+13+130=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #330D82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330D82 is #CCF27D. Grayscale: #252525. Windows color (decimal): -13431422 or 8523059. OLE color: 8523059.

HSL color Cylindrical-coordinate representation of color #330D82: hue angle of 259.49º 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 #330D82 is Cyan = 0.61, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 13 130 -
CMYK 0.61 0.9 0 0.49
HSL 259.49º 0.82% 0.28% -
HSV(B) 259.49º 0.9% 0.51% -
XYZ 5.54 2.6 21.33 -
YUV 37.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 51 13 130 0.61 0.9 0 0.49 259.49 0.82 0.28
Hex 33 D 82 3D 5A 0 31 103 52 1C
Octal 63 15 202 75 132 0 61 403 122 34
Binary 110011 1101 10000010 111101 1011010 0 110001 100000011 1010010 11100

Color Harmonies of #330D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D82

Black with #330D82

Text Example


Text Example

White with #330D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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