Html Css Color HEX #330470 Persian Indigo

📋 copy color: '#330470'

red 51 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #330470

Tints of Persian Indigo #330470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

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

R = 30.54%
G = 2.4%
B = 67.07%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330470 (or 0x330470) is known color: Persian Indigo. HEX triplet: 33, 04 and 70. RGB value is (51,4,112). Sum of RGB (Red+Green+Blue) = 51+4+112=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #330470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330470 is #CCFB8F. Grayscale: #1D1D1D. Windows color (decimal): -13433744 or 7341107. OLE color: 7341107.

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

Color convert

RGB 51 4 112 -
CMYK 0.54 0.96 0 0.56
HSL 266.11º 0.93% 0.23% -
HSV(B) 266.11º 0.96% 0.44% -
XYZ 4.33 1.96 15.48 -
YUV 30.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 51 4 112 0.54 0.96 0 0.56 266.11 0.93 0.23
Hex 33 4 70 36 60 0 38 10A 5D 17
Octal 63 4 160 66 140 0 70 412 135 27
Binary 110011 100 1110000 110110 1100000 0 111000 100001010 1011101 10111

Color Harmonies of #330470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330470

Black with #330470

Text Example


Text Example

White with #330470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330470; }

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

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

background-color css

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

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

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

border-color css

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

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

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