Html Css Color HEX #301899 Persian Indigo

📋 copy color: '#301899'

red 48 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #301899

Tints of Persian Indigo #301899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 153 (60.16% from 255) = 68%

R = 21.33%
G = 10.67%
B = 68%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#301899 (or 0x301899) is known color: Persian Indigo. HEX triplet: 30, 18 and 99. RGB value is (48,24,153). Sum of RGB (Red+Green+Blue) = 48+24+153=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #301899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301899 is #CFE766. Grayscale: #2D2D2D. Windows color (decimal): -13625191 or 10033200. OLE color: 10033200.

HSL color Cylindrical-coordinate representation of color #301899: hue angle of 251.16º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301899 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 24 153 -
CMYK 0.69 0.84 0 0.4
HSL 251.16º 0.73% 0.35% -
HSV(B) 251.16º 0.84% 0.6% -
XYZ 7.3 3.58 30.44 -
YUV 45.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 48 24 153 0.69 0.84 0 0.4 251.16 0.73 0.35
Hex 30 18 99 45 54 0 28 FB 49 23
Octal 60 30 231 105 124 0 50 373 111 43
Binary 110000 11000 10011001 1000101 1010100 0 101000 11111011 1001001 100011

Color Harmonies of #301899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301899

Black with #301899

Text Example


Text Example

White with #301899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301899; }

 p { color: rgb(48,24,153); }

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

background-color css

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

 a { background-color: rgb(48,24,153); }

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

border-color css

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

 span { border-color: rgb(48,24,153); }

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