Html Css Color HEX #301892 Persian Indigo

📋 copy color: '#301892'

red 48 ◦ green 24 ◦ blue 146

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

Shades of Persian Indigo #301892

Tints of Persian Indigo #301892

RGB

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

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

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

R = 22.02%
G = 11.01%
B = 66.97%

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

#301892 (or 0x301892) is known color: Persian Indigo. HEX triplet: 30, 18 and 92. RGB value is (48,24,146). Sum of RGB (Red+Green+Blue) = 48+24+146=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #301892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301892 is #CFE76D. Grayscale: #2C2C2C. Windows color (decimal): -13625198 or 9574448. OLE color: 9574448.

HSL color Cylindrical-coordinate representation of color #301892: hue angle of 251.8º degrees, saturation: 0.72, 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 #301892 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 24 146 -
CMYK 0.67 0.84 0 0.43
HSL 251.8º 0.72% 0.33% -
HSV(B) 251.8º 0.84% 0.57% -
XYZ 6.73 3.36 27.49 -
YUV 45.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 48 24 146 0.67 0.84 0 0.43 251.8 0.72 0.33
Hex 30 18 92 43 54 0 2B FC 48 21
Octal 60 30 222 103 124 0 53 374 110 41
Binary 110000 11000 10010010 1000011 1010100 0 101011 11111100 1001000 100001

Color Harmonies of #301892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301892

Black with #301892

Text Example


Text Example

White with #301892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301892; }

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

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

background-color css

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

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

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

border-color css

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

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

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