Html Css Color HEX #301A70 Persian Indigo

📋 copy color: '#301A70'

red 48 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #301A70

Tints of Persian Indigo #301A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.98%

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

R = 25.81%
G = 13.98%
B = 60.22%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301A70 (or 0x301A70) is known color: Persian Indigo. HEX triplet: 30, 1A and 70. RGB value is (48,26,112). Sum of RGB (Red+Green+Blue) = 48+26+112=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #301A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A70 is #CFE58F. Grayscale: #2A2A2A. Windows color (decimal): -13624720 or 7346736. OLE color: 7346736.

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

Color convert

RGB 48 26 112 -
CMYK 0.57 0.77 0 0.56
HSL 255.35º 0.62% 0.27% -
HSV(B) 255.35º 0.77% 0.44% -
XYZ 4.51 2.54 15.58 -
YUV 42.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 48 26 112 0.57 0.77 0 0.56 255.35 0.62 0.27
Hex 30 1A 70 39 4D 0 38 FF 3E 1B
Octal 60 32 160 71 115 0 70 377 76 33
Binary 110000 11010 1110000 111001 1001101 0 111000 11111111 111110 11011

Color Harmonies of #301A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A70

Black with #301A70

Text Example


Text Example

White with #301A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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