Html Css Color HEX #330170 Persian Indigo

📋 copy color: '#330170'

red 51 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #330170

Tints of Persian Indigo #330170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 68.29%

R = 31.1%
G = 0.61%
B = 68.29%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330170 (or 0x330170) is known color: Persian Indigo. HEX triplet: 33, 01 and 70. RGB value is (51,1,112). Sum of RGB (Red+Green+Blue) = 51+1+112=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #330170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330170 is #CCFE8F. Grayscale: #1C1C1C. Windows color (decimal): -13434512 or 7340339. OLE color: 7340339.

HSL color Cylindrical-coordinate representation of color #330170: hue angle of 267.03º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330170 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 1 112 -
CMYK 0.54 0.99 0 0.56
HSL 267.03º 0.98% 0.22% -
HSV(B) 267.03º 0.99% 0.44% -
XYZ 4.3 1.9 15.47 -
YUV 28.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 51 1 112 0.54 0.99 0 0.56 267.03 0.98 0.22
Hex 33 1 70 36 63 0 38 10B 62 16
Octal 63 1 160 66 143 0 70 413 142 26
Binary 110011 1 1110000 110110 1100011 0 111000 100001011 1100010 10110

Color Harmonies of #330170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330170

Black with #330170

Text Example


Text Example

White with #330170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330170; }

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

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

background-color css

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

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

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

border-color css

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

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

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