Html Css Color HEX #330268 Persian Indigo

📋 copy color: '#330268'

red 51 ◦ green 2 ◦ blue 104

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

Shades of Persian Indigo #330268

Tints of Persian Indigo #330268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 32.48%
G = 1.27%
B = 66.24%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#330268 (or 0x330268) is known color: Persian Indigo. HEX triplet: 33, 02 and 68. RGB value is (51,2,104). Sum of RGB (Red+Green+Blue) = 51+2+104=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #330268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330268 is #CCFD97. Grayscale: #1B1B1B. Windows color (decimal): -13434264 or 6816307. OLE color: 6816307.

HSL color Cylindrical-coordinate representation of color #330268: hue angle of 268.82º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330268 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 2 104 -
CMYK 0.51 0.98 0 0.59
HSL 268.82º 0.96% 0.21% -
HSV(B) 268.82º 0.98% 0.41% -
XYZ 3.89 1.75 13.23 -
YUV 28.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 51 2 104 0.51 0.98 0 0.59 268.82 0.96 0.21
Hex 33 2 68 33 62 0 3B 10D 60 15
Octal 63 2 150 63 142 0 73 415 140 25
Binary 110011 10 1101000 110011 1100010 0 111011 100001101 1100000 10101

Color Harmonies of #330268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330268

Black with #330268

Text Example


Text Example

White with #330268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330268; }

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

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

background-color css

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

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

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

border-color css

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

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

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