Html Css Color HEX #301D6F Persian Indigo

📋 copy color: '#301D6F'

red 48 ◦ green 29 ◦ blue 111

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

Shades of Persian Indigo #301D6F

Tints of Persian Indigo #301D6F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.43%

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 25.53%
G = 15.43%
B = 59.04%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301D6F (or 0x301D6F) is known color: Persian Indigo. HEX triplet: 30, 1D and 6F. RGB value is (48,29,111). Sum of RGB (Red+Green+Blue) = 48+29+111=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #301D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D6F is #CFE290. Grayscale: #2B2B2B. Windows color (decimal): -13623953 or 7281968. OLE color: 7281968.

HSL color Cylindrical-coordinate representation of color #301D6F: hue angle of 253.9º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #301D6F is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 29 111 -
CMYK 0.57 0.74 0 0.56
HSL 253.9º 0.59% 0.27% -
HSV(B) 253.9º 0.74% 0.44% -
XYZ 4.53 2.65 15.31 -
YUV 44.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 48 29 111 0.57 0.74 0 0.56 253.9 0.59 0.27
Hex 30 1D 6F 39 4A 0 38 FE 3B 1B
Octal 60 35 157 71 112 0 70 376 73 33
Binary 110000 11101 1101111 111001 1001010 0 111000 11111110 111011 11011

Color Harmonies of #301D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D6F

Black with #301D6F

Text Example


Text Example

White with #301D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,29,111); }

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

background-color css

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

 a { background-color: rgb(48,29,111); }

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

border-color css

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

 span { border-color: rgb(48,29,111); }

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