Html Css Color HEX #300094 Persian Indigo

📋 copy color: '#300094'

red 48 ◦ green 0 ◦ blue 148

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

Shades of Persian Indigo #300094

Tints of Persian Indigo #300094

RGB

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

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

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

R = 24.49%
G = 0%
B = 75.51%

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

#300094 (or 0x300094) is known color: Persian Indigo. HEX triplet: 30, 00 and 94. RGB value is (48,0,148). Sum of RGB (Red+Green+Blue) = 48+0+148=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 148 (58.20% from 255 or 75.51% from 196); Max value from RGB is 148 - color contains mainly: blue. Hex color #300094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300094 is #CFFF6B. Grayscale: #1E1E1E. Windows color (decimal): -13631340 or 9699376. OLE color: 9699376.

HSL color Cylindrical-coordinate representation of color #300094: hue angle of 259.46º 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 #300094 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 0 148 -
CMYK 0.68 1 0 0.42
HSL 259.46º 1% 0.29% -
HSV(B) 259.46º 1% 0.58% -
XYZ 6.56 2.77 28.2 -
YUV 31.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 48 0 148 0.68 1 0 0.42 259.46 1 0.29
Hex 30 0 94 44 64 0 2A 103 64 1D
Octal 60 0 224 104 144 0 52 403 144 35
Binary 110000 0 10010100 1000100 1100100 0 101010 100000011 1100100 11101

Color Harmonies of #300094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300094

Black with #300094

Text Example


Text Example

White with #300094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300094; }

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

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

background-color css

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

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

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

border-color css

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

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

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