Html Css Color HEX #301792 Persian Indigo

📋 copy color: '#301792'

red 48 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #301792

Tints of Persian Indigo #301792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.28%

R = 22.12%
G = 10.6%
B = 67.28%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#301792 (or 0x301792) is known color: Persian Indigo. HEX triplet: 30, 17 and 92. RGB value is (48,23,146). Sum of RGB (Red+Green+Blue) = 48+23+146=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #301792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301792 is #CFE86D. Grayscale: #2C2C2C. Windows color (decimal): -13625454 or 9574192. OLE color: 9574192.

HSL color Cylindrical-coordinate representation of color #301792: hue angle of 252.2º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301792 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 23 146 -
CMYK 0.67 0.84 0 0.43
HSL 252.2º 0.73% 0.33% -
HSV(B) 252.2º 0.84% 0.57% -
XYZ 6.71 3.32 27.48 -
YUV 44.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 48 23 146 0.67 0.84 0 0.43 252.2 0.73 0.33
Hex 30 17 92 43 54 0 2B FC 49 21
Octal 60 27 222 103 124 0 53 374 111 41
Binary 110000 10111 10010010 1000011 1010100 0 101011 11111100 1001001 100001

Color Harmonies of #301792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301792

Black with #301792

Text Example


Text Example

White with #301792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301792; }

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

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

background-color css

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

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

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

border-color css

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

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

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