Html Css Color HEX #330870 Persian Indigo

📋 copy color: '#330870'

red 51 ◦ green 8 ◦ blue 112

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

Shades of Persian Indigo #330870

Tints of Persian Indigo #330870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

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

R = 29.82%
G = 4.68%
B = 65.5%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330870 (or 0x330870) is known color: Persian Indigo. HEX triplet: 33, 08 and 70. RGB value is (51,8,112). Sum of RGB (Red+Green+Blue) = 51+8+112=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #330870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330870 is #CCF78F. Grayscale: #202020. Windows color (decimal): -13432720 or 7342131. OLE color: 7342131.

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

Color convert

RGB 51 8 112 -
CMYK 0.54 0.93 0 0.56
HSL 264.81º 0.87% 0.24% -
HSV(B) 264.81º 0.93% 0.44% -
XYZ 4.38 2.05 15.49 -
YUV 32.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 51 8 112 0.54 0.93 0 0.56 264.81 0.87 0.24
Hex 33 8 70 36 5D 0 38 109 57 18
Octal 63 10 160 66 135 0 70 411 127 30
Binary 110011 1000 1110000 110110 1011101 0 111000 100001001 1010111 11000

Color Harmonies of #330870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330870

Black with #330870

Text Example


Text Example

White with #330870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330870; }

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

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

background-color css

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

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

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

border-color css

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

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

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