Html Css Color HEX #330D70 Persian Indigo

📋 copy color: '#330D70'

red 51 ◦ green 13 ◦ blue 112

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

Shades of Persian Indigo #330D70

Tints of Persian Indigo #330D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

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

R = 28.98%
G = 7.39%
B = 63.64%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330D70 (or 0x330D70) is known color: Persian Indigo. HEX triplet: 33, 0D and 70. RGB value is (51,13,112). Sum of RGB (Red+Green+Blue) = 51+13+112=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #330D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D70 is #CCF28F. Grayscale: #232323. Windows color (decimal): -13431440 or 7343411. OLE color: 7343411.

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

Color convert

RGB 51 13 112 -
CMYK 0.54 0.88 0 0.56
HSL 263.03º 0.79% 0.25% -
HSV(B) 263.03º 0.88% 0.44% -
XYZ 4.43 2.16 15.51 -
YUV 35.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 51 13 112 0.54 0.88 0 0.56 263.03 0.79 0.25
Hex 33 D 70 36 58 0 38 107 4F 19
Octal 63 15 160 66 130 0 70 407 117 31
Binary 110011 1101 1110000 110110 1011000 0 111000 100000111 1001111 11001

Color Harmonies of #330D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D70

Black with #330D70

Text Example


Text Example

White with #330D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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