Html Css Color HEX #301798 Persian Indigo

📋 copy color: '#301798'

red 48 ◦ green 23 ◦ blue 152

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

Shades of Persian Indigo #301798

Tints of Persian Indigo #301798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 68.16%

R = 21.52%
G = 10.31%
B = 68.16%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#301798 (or 0x301798) is known color: Persian Indigo. HEX triplet: 30, 17 and 98. RGB value is (48,23,152). Sum of RGB (Red+Green+Blue) = 48+23+152=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #301798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301798 is #CFE867. Grayscale: #2C2C2C. Windows color (decimal): -13625448 or 9967408. OLE color: 9967408.

HSL color Cylindrical-coordinate representation of color #301798: hue angle of 251.63º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301798 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 23 152 -
CMYK 0.68 0.85 0 0.40
HSL 251.63º 0.74% 0.34% -
HSV(B) 251.63º 0.85% 0.6% -
XYZ 7.19 3.51 30 -
YUV 45.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 48 23 152 0.68 0.85 0 0.40 251.63 0.74 0.34
Hex 30 17 98 44 55 0 28 FC 4A 22
Octal 60 27 230 104 125 0 50 374 112 42
Binary 110000 10111 10011000 1000100 1010101 0 101000 11111100 1001010 100010

Color Harmonies of #301798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301798

Black with #301798

Text Example


Text Example

White with #301798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301798; }

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

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

background-color css

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

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

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

border-color css

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

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

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