Html Css Color HEX #330070 Persian Indigo

📋 copy color: '#330070'

red 51 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #330070

Tints of Persian Indigo #330070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.29%
G = 0%
B = 68.71%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330070 (or 0x330070) is known color: Persian Indigo. HEX triplet: 33, 00 and 70. RGB value is (51,0,112). Sum of RGB (Red+Green+Blue) = 51+0+112=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #330070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330070 is #CCFF8F. Grayscale: #1B1B1B. Windows color (decimal): -13434768 or 7340083. OLE color: 7340083.

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

Color convert

RGB 51 0 112 -
CMYK 0.54 1 0 0.56
HSL 267.32º 1% 0.22% -
HSV(B) 267.32º 1% 0.44% -
XYZ 4.29 1.87 15.46 -
YUV 28.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 51 0 112 0.54 1 0 0.56 267.32 1 0.22
Hex 33 0 70 36 64 0 38 10B 64 16
Octal 63 0 160 66 144 0 70 413 144 26
Binary 110011 0 1110000 110110 1100100 0 111000 100001011 1100100 10110

Color Harmonies of #330070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330070

Black with #330070

Text Example


Text Example

White with #330070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330070; }

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

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

background-color css

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

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

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

border-color css

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

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

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