Html Css Color HEX #301694 Persian Indigo

📋 copy color: '#301694'

red 48 ◦ green 22 ◦ blue 148

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

Shades of Persian Indigo #301694

Tints of Persian Indigo #301694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 22.02%
G = 10.09%
B = 67.89%

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

#301694 (or 0x301694) is known color: Persian Indigo. HEX triplet: 30, 16 and 94. RGB value is (48,22,148). Sum of RGB (Red+Green+Blue) = 48+22+148=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #301694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301694 is #CFE96B. Grayscale: #2B2B2B. Windows color (decimal): -13625708 or 9705008. OLE color: 9705008.

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

Color convert

RGB 48 22 148 -
CMYK 0.68 0.85 0 0.42
HSL 252.38º 0.74% 0.33% -
HSV(B) 252.38º 0.85% 0.58% -
XYZ 6.85 3.34 28.3 -
YUV 44.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 48 22 148 0.68 0.85 0 0.42 252.38 0.74 0.33
Hex 30 16 94 44 55 0 2A FC 4A 21
Octal 60 26 224 104 125 0 52 374 112 41
Binary 110000 10110 10010100 1000100 1010101 0 101010 11111100 1001010 100001

Color Harmonies of #301694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301694

Black with #301694

Text Example


Text Example

White with #301694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301694; }

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

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

background-color css

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

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

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

border-color css

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

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

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