Html Css Color HEX #301A6F Persian Indigo

📋 copy color: '#301A6F'

red 48 ◦ green 26 ◦ blue 111

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

Shades of Persian Indigo #301A6F

Tints of Persian Indigo #301A6F

RGB

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

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

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

R = 25.95%
G = 14.05%
B = 60%

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

#301A6F (or 0x301A6F) is known color: Persian Indigo. HEX triplet: 30, 1A and 6F. RGB value is (48,26,111). Sum of RGB (Red+Green+Blue) = 48+26+111=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #301A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A6F is #CFE590. Grayscale: #292929. Windows color (decimal): -13624721 or 7281200. OLE color: 7281200.

HSL color Cylindrical-coordinate representation of color #301A6F: hue angle of 255.53º 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 #301A6F is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 26 111 -
CMYK 0.57 0.77 0 0.56
HSL 255.53º 0.62% 0.27% -
HSV(B) 255.53º 0.77% 0.44% -
XYZ 4.46 2.51 15.29 -
YUV 42.27 166.79 132.09 -
System Red Green Blue C M Y K H S L
Decimal 48 26 111 0.57 0.77 0 0.56 255.53 0.62 0.27
Hex 30 1A 6F 39 4D 0 38 100 3E 1B
Octal 60 32 157 71 115 0 70 400 76 33
Binary 110000 11010 1101111 111001 1001101 0 111000 100000000 111110 11011

Color Harmonies of #301A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A6F

Black with #301A6F

Text Example


Text Example

White with #301A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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