Html Css Color HEX #301E7F Persian Indigo

📋 copy color: '#301E7F'

red 48 ◦ green 30 ◦ blue 127

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

Shades of Persian Indigo #301E7F

Tints of Persian Indigo #301E7F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.63%

 BLUE value IS 127 (50% from 255) = 61.95%

R = 23.41%
G = 14.63%
B = 61.95%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#301E7F (or 0x301E7F) is known color: Persian Indigo. HEX triplet: 30, 1E and 7F. RGB value is (48,30,127). Sum of RGB (Red+Green+Blue) = 48+30+127=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #301E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E7F is #CFE180. Grayscale: #2E2E2E. Windows color (decimal): -13623681 or 8330800. OLE color: 8330800.

HSL color Cylindrical-coordinate representation of color #301E7F: hue angle of 251.13º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301E7F is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 30 127 -
CMYK 0.62 0.76 0 0.50
HSL 251.13º 0.62% 0.31% -
HSV(B) 251.13º 0.76% 0.5% -
XYZ 5.51 3.09 20.38 -
YUV 46.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 48 30 127 0.62 0.76 0 0.50 251.13 0.62 0.31
Hex 30 1E 7F 3E 4C 0 32 FB 3E 1F
Octal 60 36 177 76 114 0 62 373 76 37
Binary 110000 11110 1111111 111110 1001100 0 110010 11111011 111110 11111

Color Harmonies of #301E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E7F

Black with #301E7F

Text Example


Text Example

White with #301E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301E7F; }

 p { color: rgb(48,30,127); }

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

background-color css

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

 a { background-color: rgb(48,30,127); }

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

border-color css

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

 span { border-color: rgb(48,30,127); }

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