Html Css Color HEX #301D70 Persian Indigo

📋 copy color: '#301D70'

red 48 ◦ green 29 ◦ blue 112

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

Shades of Persian Indigo #301D70

Tints of Persian Indigo #301D70

RGB

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

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

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

R = 25.4%
G = 15.34%
B = 59.26%

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

#301D70 (or 0x301D70) is known color: Persian Indigo. HEX triplet: 30, 1D and 70. RGB value is (48,29,112). Sum of RGB (Red+Green+Blue) = 48+29+112=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #301D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D70 is #CFE28F. Grayscale: #2B2B2B. Windows color (decimal): -13623952 or 7347504. OLE color: 7347504.

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

Color convert

RGB 48 29 112 -
CMYK 0.57 0.74 0 0.56
HSL 253.73º 0.59% 0.28% -
HSV(B) 253.73º 0.74% 0.44% -
XYZ 4.58 2.68 15.6 -
YUV 44.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 48 29 112 0.57 0.74 0 0.56 253.73 0.59 0.28
Hex 30 1D 70 39 4A 0 38 FE 3B 1C
Octal 60 35 160 71 112 0 70 376 73 34
Binary 110000 11101 1110000 111001 1001010 0 111000 11111110 111011 11100

Color Harmonies of #301D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D70

Black with #301D70

Text Example


Text Example

White with #301D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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