Html Css Color HEX #300690 Persian Indigo

📋 copy color: '#300690'

red 48 ◦ green 6 ◦ blue 144

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

Shades of Persian Indigo #300690

Tints of Persian Indigo #300690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

 BLUE value IS 144 (56.64% from 255) = 72.73%

R = 24.24%
G = 3.03%
B = 72.73%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#300690 (or 0x300690) is known color: Persian Indigo. HEX triplet: 30, 06 and 90. RGB value is (48,6,144). Sum of RGB (Red+Green+Blue) = 48+6+144=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #300690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300690 is #CFF96F. Grayscale: #212121. Windows color (decimal): -13629808 or 9438768. OLE color: 9438768.

HSL color Cylindrical-coordinate representation of color #300690: hue angle of 258.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300690 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 6 144 -
CMYK 0.67 0.96 0 0.44
HSL 258.26º 0.92% 0.29% -
HSV(B) 258.26º 0.96% 0.56% -
XYZ 6.32 2.77 26.59 -
YUV 34.29 189.91 137.78 -
System Red Green Blue C M Y K H S L
Decimal 48 6 144 0.67 0.96 0 0.44 258.26 0.92 0.29
Hex 30 6 90 43 60 0 2C 102 5C 1D
Octal 60 6 220 103 140 0 54 402 134 35
Binary 110000 110 10010000 1000011 1100000 0 101100 100000010 1011100 11101

Color Harmonies of #300690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300690

Black with #300690

Text Example


Text Example

White with #300690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300690; }

 p { color: rgb(48,6,144); }

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

background-color css

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

 a { background-color: rgb(48,6,144); }

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

border-color css

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

 span { border-color: rgb(48,6,144); }

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