Html Css Color HEX #300095 Persian Indigo

📋 copy color: '#300095'

red 48 ◦ green 0 ◦ blue 149

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

Shades of Persian Indigo #300095

Tints of Persian Indigo #300095

RGB

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

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

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

R = 24.37%
G = 0%
B = 75.63%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#300095 (or 0x300095) is known color: Persian Indigo. HEX triplet: 30, 00 and 95. RGB value is (48,0,149). Sum of RGB (Red+Green+Blue) = 48+0+149=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #300095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300095 is #CFFF6A. Grayscale: #1E1E1E. Windows color (decimal): -13631339 or 9764912. OLE color: 9764912.

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

Color convert

RGB 48 0 149 -
CMYK 0.68 1 0 0.42
HSL 259.33º 1% 0.29% -
HSV(B) 259.33º 1% 0.58% -
XYZ 6.64 2.8 28.62 -
YUV 31.34 194.4 139.88 -
System Red Green Blue C M Y K H S L
Decimal 48 0 149 0.68 1 0 0.42 259.33 1 0.29
Hex 30 0 95 44 64 0 2A 103 64 1D
Octal 60 0 225 104 144 0 52 403 144 35
Binary 110000 0 10010101 1000100 1100100 0 101010 100000011 1100100 11101

Color Harmonies of #300095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300095

Black with #300095

Text Example


Text Example

White with #300095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300095; }

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

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

background-color css

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

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

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

border-color css

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

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

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