Html Css Color HEX #300E70 Persian Indigo

📋 copy color: '#300E70'

red 48 ◦ green 14 ◦ blue 112

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

Shades of Persian Indigo #300E70

Tints of Persian Indigo #300E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.05%

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

R = 27.59%
G = 8.05%
B = 64.37%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#300E70 (or 0x300E70) is known color: Persian Indigo. HEX triplet: 30, 0E and 70. RGB value is (48,14,112). Sum of RGB (Red+Green+Blue) = 48+14+112=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #300E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300E70 is #CFF18F. Grayscale: #222222. Windows color (decimal): -13627792 or 7343664. OLE color: 7343664.

HSL color Cylindrical-coordinate representation of color #300E70: hue angle of 260.82º degrees, saturation: 0.78, 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 #300E70 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 14 112 -
CMYK 0.57 0.88 0 0.56
HSL 260.82º 0.78% 0.25% -
HSV(B) 260.82º 0.88% 0.44% -
XYZ 4.3 2.11 15.51 -
YUV 35.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 48 14 112 0.57 0.88 0 0.56 260.82 0.78 0.25
Hex 30 E 70 39 58 0 38 105 4E 19
Octal 60 16 160 71 130 0 70 405 116 31
Binary 110000 1110 1110000 111001 1011000 0 111000 100000101 1001110 11001

Color Harmonies of #300E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E70

Black with #300E70

Text Example


Text Example

White with #300E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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