Html Css Color HEX #330A68 Persian Indigo

📋 copy color: '#330A68'

red 51 ◦ green 10 ◦ blue 104

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

Shades of Persian Indigo #330A68

Tints of Persian Indigo #330A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 63.03%

R = 30.91%
G = 6.06%
B = 63.03%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#330A68 (or 0x330A68) is known color: Persian Indigo. HEX triplet: 33, 0A and 68. RGB value is (51,10,104). Sum of RGB (Red+Green+Blue) = 51+10+104=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #330A68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A68 is #CCF597. Grayscale: #202020. Windows color (decimal): -13432216 or 6818355. OLE color: 6818355.

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

Color convert

RGB 51 10 104 -
CMYK 0.51 0.90 0 0.59
HSL 266.17º 0.82% 0.22% -
HSV(B) 266.17º 0.9% 0.41% -
XYZ 3.97 1.92 13.26 -
YUV 32.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 51 10 104 0.51 0.90 0 0.59 266.17 0.82 0.22
Hex 33 A 68 33 5A 0 3B 10A 52 16
Octal 63 12 150 63 132 0 73 412 122 26
Binary 110011 1010 1101000 110011 1011010 0 111011 100001010 1010010 10110

Color Harmonies of #330A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A68

Black with #330A68

Text Example


Text Example

White with #330A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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