Html Css Color HEX #300E94 Persian Indigo

📋 copy color: '#300E94'

red 48 ◦ green 14 ◦ blue 148

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

Shades of Persian Indigo #300E94

Tints of Persian Indigo #300E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 70.48%

R = 22.86%
G = 6.67%
B = 70.48%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#300E94 (or 0x300E94) is known color: Persian Indigo. HEX triplet: 30, 0E and 94. RGB value is (48,14,148). Sum of RGB (Red+Green+Blue) = 48+14+148=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #300E94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300E94 is #CFF16B. Grayscale: #262626. Windows color (decimal): -13627756 or 9702960. OLE color: 9702960.

HSL color Cylindrical-coordinate representation of color #300E94: hue angle of 255.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300E94 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 14 148 -
CMYK 0.68 0.91 0 0.42
HSL 255.22º 0.83% 0.32% -
HSV(B) 255.22º 0.91% 0.58% -
XYZ 6.72 3.08 28.26 -
YUV 39.44 189.26 134.1 -
System Red Green Blue C M Y K H S L
Decimal 48 14 148 0.68 0.91 0 0.42 255.22 0.83 0.32
Hex 30 E 94 44 5B 0 2A FF 53 20
Octal 60 16 224 104 133 0 52 377 123 40
Binary 110000 1110 10010100 1000100 1011011 0 101010 11111111 1010011 100000

Color Harmonies of #300E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E94

Black with #300E94

Text Example


Text Example

White with #300E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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