Html Css Color HEX #330167 Persian Indigo

📋 copy color: '#330167'

red 51 ◦ green 1 ◦ blue 103

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

Shades of Persian Indigo #330167

Tints of Persian Indigo #330167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 103 (40.63% from 255) = 66.45%

R = 32.9%
G = 0.65%
B = 66.45%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#330167 (or 0x330167) is known color: Persian Indigo. HEX triplet: 33, 01 and 67. RGB value is (51,1,103). Sum of RGB (Red+Green+Blue) = 51+1+103=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #330167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330167 is #CCFE98. Grayscale: #1B1B1B. Windows color (decimal): -13434521 or 6750515. OLE color: 6750515.

HSL color Cylindrical-coordinate representation of color #330167: hue angle of 269.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330167 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 1 103 -
CMYK 0.50 0.99 0 0.60
HSL 269.41º 0.98% 0.2% -
HSV(B) 269.41º 0.99% 0.4% -
XYZ 3.82 1.7 12.96 -
YUV 27.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 51 1 103 0.50 0.99 0 0.60 269.41 0.98 0.2
Hex 33 1 67 32 63 0 3C 10D 62 14
Octal 63 1 147 62 143 0 74 415 142 24
Binary 110011 1 1100111 110010 1100011 0 111100 100001101 1100010 10100

Color Harmonies of #330167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330167

Black with #330167

Text Example


Text Example

White with #330167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330167; }

 p { color: rgb(51,1,103); }

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

background-color css

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

 a { background-color: rgb(51,1,103); }

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

border-color css

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

 span { border-color: rgb(51,1,103); }

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