Html Css Color HEX #300292 Persian Indigo

📋 copy color: '#300292'

red 48 ◦ green 2 ◦ blue 146

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

Shades of Persian Indigo #300292

Tints of Persian Indigo #300292

RGB

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

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

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

R = 24.49%
G = 1.02%
B = 74.49%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#300292 (or 0x300292) is known color: Persian Indigo. HEX triplet: 30, 02 and 92. RGB value is (48,2,146). Sum of RGB (Red+Green+Blue) = 48+2+146=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #300292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300292 is #CFFD6D. Grayscale: #1F1F1F. Windows color (decimal): -13630830 or 9568816. OLE color: 9568816.

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

Color convert

RGB 48 2 146 -
CMYK 0.67 0.99 0 0.43
HSL 259.17º 0.97% 0.29% -
HSV(B) 259.17º 0.99% 0.57% -
XYZ 6.43 2.75 27.39 -
YUV 32.17 192.24 139.29 -
System Red Green Blue C M Y K H S L
Decimal 48 2 146 0.67 0.99 0 0.43 259.17 0.97 0.29
Hex 30 2 92 43 63 0 2B 103 61 1D
Octal 60 2 222 103 143 0 53 403 141 35
Binary 110000 10 10010010 1000011 1100011 0 101011 100000011 1100001 11101

Color Harmonies of #300292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300292

Black with #300292

Text Example


Text Example

White with #300292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300292; }

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

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

background-color css

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

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

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

border-color css

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

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

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