Html Css Color HEX #330369 Persian Indigo

📋 copy color: '#330369'

red 51 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #330369

Tints of Persian Indigo #330369

RGB

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

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

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

R = 32.08%
G = 1.89%
B = 66.04%

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

#330369 (or 0x330369) is known color: Persian Indigo. HEX triplet: 33, 03 and 69. RGB value is (51,3,105). Sum of RGB (Red+Green+Blue) = 51+3+105=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #330369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330369 is #CCFC96. Grayscale: #1C1C1C. Windows color (decimal): -13434007 or 6882099. OLE color: 6882099.

HSL color Cylindrical-coordinate representation of color #330369: hue angle of 268.24º 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 #330369 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 3 105 -
CMYK 0.51 0.97 0 0.59
HSL 268.24º 0.94% 0.21% -
HSV(B) 268.24º 0.97% 0.41% -
XYZ 3.95 1.79 13.5 -
YUV 28.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 51 3 105 0.51 0.97 0 0.59 268.24 0.94 0.21
Hex 33 3 69 33 61 0 3B 10C 5E 15
Octal 63 3 151 63 141 0 73 414 136 25
Binary 110011 11 1101001 110011 1100001 0 111011 100001100 1011110 10101

Color Harmonies of #330369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330369

Black with #330369

Text Example


Text Example

White with #330369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330369; }

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

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

background-color css

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

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

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

border-color css

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

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

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