Html Css Color HEX #330A6B Persian Indigo

📋 copy color: '#330A6B'

red 51 ◦ green 10 ◦ blue 107

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

Shades of Persian Indigo #330A6B

Tints of Persian Indigo #330A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 63.69%

R = 30.36%
G = 5.95%
B = 63.69%

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

#330A6B (or 0x330A6B) is known color: Persian Indigo. HEX triplet: 33, 0A and 6B. RGB value is (51,10,107). Sum of RGB (Red+Green+Blue) = 51+10+107=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #330A6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A6B is #CCF594. Grayscale: #202020. Windows color (decimal): -13432213 or 7014963. OLE color: 7014963.

HSL color Cylindrical-coordinate representation of color #330A6B: hue angle of 265.36º 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 #330A6B is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 10 107 -
CMYK 0.52 0.91 0 0.58
HSL 265.36º 0.83% 0.23% -
HSV(B) 265.36º 0.91% 0.42% -
XYZ 4.13 1.98 14.08 -
YUV 33.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 51 10 107 0.52 0.91 0 0.58 265.36 0.83 0.23
Hex 33 A 6B 34 5B 0 3A 109 53 17
Octal 63 12 153 64 133 0 72 411 123 27
Binary 110011 1010 1101011 110100 1011011 0 111010 100001001 1010011 10111

Color Harmonies of #330A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A6B

Black with #330A6B

Text Example


Text Example

White with #330A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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