Html Css Color HEX #330C69 Persian Indigo

📋 copy color: '#330C69'

red 51 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #330C69

Tints of Persian Indigo #330C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.14%

 BLUE value IS 105 (41.41% from 255) = 62.5%

R = 30.36%
G = 7.14%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#330C69 (or 0x330C69) is known color: Persian Indigo. HEX triplet: 33, 0C and 69. RGB value is (51,12,105). Sum of RGB (Red+Green+Blue) = 51+12+105=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #330C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C69 is #CCF396. Grayscale: #212121. Windows color (decimal): -13431703 or 6884403. OLE color: 6884403.

HSL color Cylindrical-coordinate representation of color #330C69: hue angle of 265.16º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330C69 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 12 105 -
CMYK 0.51 0.89 0 0.59
HSL 265.16º 0.79% 0.23% -
HSV(B) 265.16º 0.89% 0.41% -
XYZ 4.05 1.99 13.53 -
YUV 34.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 51 12 105 0.51 0.89 0 0.59 265.16 0.79 0.23
Hex 33 C 69 33 59 0 3B 109 4F 17
Octal 63 14 151 63 131 0 73 411 117 27
Binary 110011 1100 1101001 110011 1011001 0 111011 100001001 1001111 10111

Color Harmonies of #330C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C69

Black with #330C69

Text Example


Text Example

White with #330C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,12,105); }

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

background-color css

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

 a { background-color: rgb(51,12,105); }

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

border-color css

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

 span { border-color: rgb(51,12,105); }

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