Html Css Color HEX #330A6A Persian Indigo

📋 copy color: '#330A6A'

red 51 ◦ green 10 ◦ blue 106

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

Shades of Persian Indigo #330A6A

Tints of Persian Indigo #330A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.99%

 BLUE value IS 106 (41.8% from 255) = 63.47%

R = 30.54%
G = 5.99%
B = 63.47%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#330A6A (or 0x330A6A) is known color: Persian Indigo. HEX triplet: 33, 0A and 6A. RGB value is (51,10,106). Sum of RGB (Red+Green+Blue) = 51+10+106=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #330A6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A6A is #CCF595. Grayscale: #202020. Windows color (decimal): -13432214 or 6949427. OLE color: 6949427.

HSL color Cylindrical-coordinate representation of color #330A6A: hue angle of 265.62º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330A6A is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 10 106 -
CMYK 0.52 0.91 0 0.58
HSL 265.63º 0.83% 0.23% -
HSV(B) 265.63º 0.91% 0.42% -
XYZ 4.08 1.96 13.8 -
YUV 33.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 51 10 106 0.52 0.91 0 0.58 265.63 0.83 0.23
Hex 33 A 6A 34 5B 0 3A 10A 53 17
Octal 63 12 152 64 133 0 72 412 123 27
Binary 110011 1010 1101010 110100 1011011 0 111010 100001010 1010011 10111

Color Harmonies of #330A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A6A

Black with #330A6A

Text Example


Text Example

White with #330A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,10,106); }

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

background-color css

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

 a { background-color: rgb(51,10,106); }

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

border-color css

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

 span { border-color: rgb(51,10,106); }

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