Html Css Color HEX #301383 Persian Indigo

📋 copy color: '#301383'

red 48 ◦ green 19 ◦ blue 131

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

Shades of Persian Indigo #301383

Tints of Persian Indigo #301383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 66.16%

R = 24.24%
G = 9.6%
B = 66.16%

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

#301383 (or 0x301383) is known color: Persian Indigo. HEX triplet: 30, 13 and 83. RGB value is (48,19,131). Sum of RGB (Red+Green+Blue) = 48+19+131=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #301383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301383 is #CFEC7C. Grayscale: #282828. Windows color (decimal): -13626493 or 8590128. OLE color: 8590128.

HSL color Cylindrical-coordinate representation of color #301383: hue angle of 255.54º degrees, saturation: 0.75, 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 #301383 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 19 131 -
CMYK 0.63 0.85 0 0.49
HSL 255.54º 0.75% 0.29% -
HSV(B) 255.54º 0.85% 0.51% -
XYZ 5.55 2.73 21.71 -
YUV 40.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 48 19 131 0.63 0.85 0 0.49 255.54 0.75 0.29
Hex 30 13 83 3F 55 0 31 100 4B 1D
Octal 60 23 203 77 125 0 61 400 113 35
Binary 110000 10011 10000011 111111 1010101 0 110001 100000000 1001011 11101

Color Harmonies of #301383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301383

Black with #301383

Text Example


Text Example

White with #301383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301383; }

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

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

background-color css

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

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

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

border-color css

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

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

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