Html Css Color HEX #301781 Persian Indigo

📋 copy color: '#301781'

red 48 ◦ green 23 ◦ blue 129

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

Shades of Persian Indigo #301781

Tints of Persian Indigo #301781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

 BLUE value IS 129 (50.78% from 255) = 64.5%

R = 24%
G = 11.5%
B = 64.5%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#301781 (or 0x301781) is known color: Persian Indigo. HEX triplet: 30, 17 and 81. RGB value is (48,23,129). Sum of RGB (Red+Green+Blue) = 48+23+129=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #301781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301781 is #CFE87E. Grayscale: #2A2A2A. Windows color (decimal): -13625471 or 8460080. OLE color: 8460080.

HSL color Cylindrical-coordinate representation of color #301781: hue angle of 254.15º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301781 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 23 129 -
CMYK 0.63 0.82 0 0.49
HSL 254.15º 0.7% 0.3% -
HSV(B) 254.15º 0.82% 0.51% -
XYZ 5.49 2.83 21.03 -
YUV 42.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 48 23 129 0.63 0.82 0 0.49 254.15 0.7 0.3
Hex 30 17 81 3F 52 0 31 FE 46 1E
Octal 60 27 201 77 122 0 61 376 106 36
Binary 110000 10111 10000001 111111 1010010 0 110001 11111110 1000110 11110

Color Harmonies of #301781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301781

Black with #301781

Text Example


Text Example

White with #301781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301781; }

 p { color: rgb(48,23,129); }

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

background-color css

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

 a { background-color: rgb(48,23,129); }

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

border-color css

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

 span { border-color: rgb(48,23,129); }

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