Html Css Color HEX #300370 Persian Indigo

📋 copy color: '#300370'

red 48 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #300370

Tints of Persian Indigo #300370

RGB

 RED value IS 48 (19.14% from 255) = 29.45%

 GREEN value IS 3 (1.56% from 255) = 1.84%

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

R = 29.45%
G = 1.84%
B = 68.71%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#300370 (or 0x300370) is known color: Persian Indigo. HEX triplet: 30, 03 and 70. RGB value is (48,3,112). Sum of RGB (Red+Green+Blue) = 48+3+112=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 3 (1.56% from 255 or 1.84% 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 #300370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300370 is #CFFC8F. Grayscale: #1C1C1C. Windows color (decimal): -13630608 or 7340848. OLE color: 7340848.

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

Color convert

RGB 48 3 112 -
CMYK 0.57 0.97 0 0.56
HSL 264.77º 0.95% 0.23% -
HSV(B) 264.77º 0.97% 0.44% -
XYZ 4.18 1.86 15.47 -
YUV 28.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 48 3 112 0.57 0.97 0 0.56 264.77 0.95 0.23
Hex 30 3 70 39 61 0 38 109 5F 17
Octal 60 3 160 71 141 0 70 411 137 27
Binary 110000 11 1110000 111001 1100001 0 111000 100001001 1011111 10111

Color Harmonies of #300370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300370

Black with #300370

Text Example


Text Example

White with #300370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300370; }

 p { color: rgb(48,3,112); }

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

background-color css

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

 a { background-color: rgb(48,3,112); }

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

border-color css

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

 span { border-color: rgb(48,3,112); }

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