Html Css Color HEX #330368 Persian Indigo

📋 copy color: '#330368'

red 51 ◦ green 3 ◦ blue 104

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

Shades of Persian Indigo #330368

Tints of Persian Indigo #330368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

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

R = 32.28%
G = 1.9%
B = 65.82%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#330368 (or 0x330368) is known color: Persian Indigo. HEX triplet: 33, 03 and 68. RGB value is (51,3,104). Sum of RGB (Red+Green+Blue) = 51+3+104=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #330368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330368 is #CCFC97. Grayscale: #1C1C1C. Windows color (decimal): -13434008 or 6816563. OLE color: 6816563.

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

Color convert

RGB 51 3 104 -
CMYK 0.51 0.97 0 0.59
HSL 268.51º 0.94% 0.21% -
HSV(B) 268.51º 0.97% 0.41% -
XYZ 3.9 1.77 13.23 -
YUV 28.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 51 3 104 0.51 0.97 0 0.59 268.51 0.94 0.21
Hex 33 3 68 33 61 0 3B 10D 5E 15
Octal 63 3 150 63 141 0 73 415 136 25
Binary 110011 11 1101000 110011 1100001 0 111011 100001101 1011110 10101

Color Harmonies of #330368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330368

Black with #330368

Text Example


Text Example

White with #330368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330368; }

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

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

background-color css

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

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

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

border-color css

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

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

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