Html Css Color HEX #301695 Persian Indigo

📋 copy color: '#301695'

red 48 ◦ green 22 ◦ blue 149

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

Shades of Persian Indigo #301695

Tints of Persian Indigo #301695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.05%

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 21.92%
G = 10.05%
B = 68.04%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301695 (or 0x301695) is known color: Persian Indigo. HEX triplet: 30, 16 and 95. RGB value is (48,22,149). Sum of RGB (Red+Green+Blue) = 48+22+149=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #301695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301695 is #CFE96A. Grayscale: #2B2B2B. Windows color (decimal): -13625707 or 9770544. OLE color: 9770544.

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

Color convert

RGB 48 22 149 -
CMYK 0.68 0.85 0 0.42
HSL 252.28º 0.74% 0.34% -
HSV(B) 252.28º 0.85% 0.58% -
XYZ 6.93 3.37 28.72 -
YUV 44.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 48 22 149 0.68 0.85 0 0.42 252.28 0.74 0.34
Hex 30 16 95 44 55 0 2A FC 4A 22
Octal 60 26 225 104 125 0 52 374 112 42
Binary 110000 10110 10010101 1000100 1010101 0 101010 11111100 1001010 100010

Color Harmonies of #301695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301695

Black with #301695

Text Example


Text Example

White with #301695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301695; }

 p { color: rgb(48,22,149); }

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

background-color css

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

 a { background-color: rgb(48,22,149); }

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

border-color css

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

 span { border-color: rgb(48,22,149); }

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