Html Css Color HEX #300294 Persian Indigo

📋 copy color: '#300294'

red 48 ◦ green 2 ◦ blue 148

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

Shades of Persian Indigo #300294

Tints of Persian Indigo #300294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 24.24%
G = 1.01%
B = 74.75%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#300294 (or 0x300294) is known color: Persian Indigo. HEX triplet: 30, 02 and 94. RGB value is (48,2,148). Sum of RGB (Red+Green+Blue) = 48+2+148=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #300294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300294 is #CFFD6B. Grayscale: #1F1F1F. Windows color (decimal): -13630828 or 9699888. OLE color: 9699888.

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

Color convert

RGB 48 2 148 -
CMYK 0.68 0.99 0 0.42
HSL 258.9º 0.97% 0.29% -
HSV(B) 258.9º 0.99% 0.58% -
XYZ 6.59 2.81 28.21 -
YUV 32.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 48 2 148 0.68 0.99 0 0.42 258.9 0.97 0.29
Hex 30 2 94 44 63 0 2A 103 61 1D
Octal 60 2 224 104 143 0 52 403 141 35
Binary 110000 10 10010100 1000100 1100011 0 101010 100000011 1100001 11101

Color Harmonies of #300294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300294

Black with #300294

Text Example


Text Example

White with #300294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300294; }

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

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

background-color css

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

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

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

border-color css

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

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

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