Html Css Color HEX #300092 Persian Indigo

📋 copy color: '#300092'

red 48 ◦ green 0 ◦ blue 146

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

Shades of Persian Indigo #300092

Tints of Persian Indigo #300092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.74%
G = 0%
B = 75.26%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#300092 (or 0x300092) is known color: Persian Indigo. HEX triplet: 30, 00 and 92. RGB value is (48,0,146). Sum of RGB (Red+Green+Blue) = 48+0+146=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #300092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300092 is #CFFF6D. Grayscale: #1E1E1E. Windows color (decimal): -13631342 or 9568304. OLE color: 9568304.

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

Color convert

RGB 48 0 146 -
CMYK 0.67 1 0 0.43
HSL 259.73º 1% 0.29% -
HSV(B) 259.73º 1% 0.57% -
XYZ 6.41 2.7 27.38 -
YUV 31 192.9 140.13 -
System Red Green Blue C M Y K H S L
Decimal 48 0 146 0.67 1 0 0.43 259.73 1 0.29
Hex 30 0 92 43 64 0 2B 104 64 1D
Octal 60 0 222 103 144 0 53 404 144 35
Binary 110000 0 10010010 1000011 1100100 0 101011 100000100 1100100 11101

Color Harmonies of #300092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300092

Black with #300092

Text Example


Text Example

White with #300092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300092; }

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

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

background-color css

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

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

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

border-color css

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

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

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