Html Css Color HEX #301E7D Persian Indigo

📋 copy color: '#301E7D'

red 48 ◦ green 30 ◦ blue 125

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

Shades of Persian Indigo #301E7D

Tints of Persian Indigo #301E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 23.65%
G = 14.78%
B = 61.58%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#301E7D (or 0x301E7D) is known color: Persian Indigo. HEX triplet: 30, 1E and 7D. RGB value is (48,30,125). Sum of RGB (Red+Green+Blue) = 48+30+125=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #301E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E7D is #CFE182. Grayscale: #2D2D2D. Windows color (decimal): -13623683 or 8199728. OLE color: 8199728.

HSL color Cylindrical-coordinate representation of color #301E7D: hue angle of 251.37º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301E7D is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 30 125 -
CMYK 0.62 0.76 0 0.51
HSL 251.37º 0.61% 0.3% -
HSV(B) 251.37º 0.76% 0.49% -
XYZ 5.38 3.04 19.7 -
YUV 46.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 48 30 125 0.62 0.76 0 0.51 251.37 0.61 0.3
Hex 30 1E 7D 3E 4C 0 33 FB 3D 1E
Octal 60 36 175 76 114 0 63 373 75 36
Binary 110000 11110 1111101 111110 1001100 0 110011 11111011 111101 11110

Color Harmonies of #301E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E7D

Black with #301E7D

Text Example


Text Example

White with #301E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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