Html Css Color HEX #301381 Persian Indigo

📋 copy color: '#301381'

red 48 ◦ green 19 ◦ blue 129

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

Shades of Persian Indigo #301381

Tints of Persian Indigo #301381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

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

R = 24.49%
G = 9.69%
B = 65.82%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#301381 (or 0x301381) is known color: Persian Indigo. HEX triplet: 30, 13 and 81. RGB value is (48,19,129). Sum of RGB (Red+Green+Blue) = 48+19+129=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #301381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301381 is #CFEC7E. Grayscale: #272727. Windows color (decimal): -13626495 or 8459056. OLE color: 8459056.

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

Color convert

RGB 48 19 129 -
CMYK 0.63 0.85 0 0.49
HSL 255.82º 0.74% 0.29% -
HSV(B) 255.82º 0.85% 0.51% -
XYZ 5.41 2.68 21 -
YUV 40.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 48 19 129 0.63 0.85 0 0.49 255.82 0.74 0.29
Hex 30 13 81 3F 55 0 31 100 4A 1D
Octal 60 23 201 77 125 0 61 400 112 35
Binary 110000 10011 10000001 111111 1010101 0 110001 100000000 1001010 11101

Color Harmonies of #301381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301381

Black with #301381

Text Example


Text Example

White with #301381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301381; }

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

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

background-color css

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

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

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

border-color css

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

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

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