Html Css Color HEX #301481 Persian Indigo

📋 copy color: '#301481'

red 48 ◦ green 20 ◦ blue 129

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

Shades of Persian Indigo #301481

Tints of Persian Indigo #301481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

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

R = 24.37%
G = 10.15%
B = 65.48%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#301481 (or 0x301481) is known color: Persian Indigo. HEX triplet: 30, 14 and 81. RGB value is (48,20,129). Sum of RGB (Red+Green+Blue) = 48+20+129=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #301481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301481 is #CFEB7E. Grayscale: #282828. Windows color (decimal): -13626239 or 8459312. OLE color: 8459312.

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

Color convert

RGB 48 20 129 -
CMYK 0.63 0.84 0 0.49
HSL 255.41º 0.73% 0.29% -
HSV(B) 255.41º 0.84% 0.51% -
XYZ 5.43 2.71 21.01 -
YUV 40.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 48 20 129 0.63 0.84 0 0.49 255.41 0.73 0.29
Hex 30 14 81 3F 54 0 31 FF 49 1D
Octal 60 24 201 77 124 0 61 377 111 35
Binary 110000 10100 10000001 111111 1010100 0 110001 11111111 1001001 11101

Color Harmonies of #301481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301481

Black with #301481

Text Example


Text Example

White with #301481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301481; }

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

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

background-color css

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

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

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

border-color css

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

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

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