Html Css Color HEX #300692 Persian Indigo

📋 copy color: '#300692'

red 48 ◦ green 6 ◦ blue 146

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

Shades of Persian Indigo #300692

Tints of Persian Indigo #300692

RGB

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

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

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

R = 24%
G = 3%
B = 73%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#300692 (or 0x300692) is known color: Persian Indigo. HEX triplet: 30, 06 and 92. RGB value is (48,6,146). Sum of RGB (Red+Green+Blue) = 48+6+146=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #300692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300692 is #CFF96D. Grayscale: #222222. Windows color (decimal): -13629806 or 9569840. OLE color: 9569840.

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

Color convert

RGB 48 6 146 -
CMYK 0.67 0.96 0 0.43
HSL 258º 0.92% 0.3% -
HSV(B) 258º 0.96% 0.57% -
XYZ 6.47 2.83 27.4 -
YUV 34.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 48 6 146 0.67 0.96 0 0.43 258 0.92 0.3
Hex 30 6 92 43 60 0 2B 102 5C 1E
Octal 60 6 222 103 140 0 53 402 134 36
Binary 110000 110 10010010 1000011 1100000 0 101011 100000010 1011100 11110

Color Harmonies of #300692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300692

Black with #300692

Text Example


Text Example

White with #300692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300692; }

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

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

background-color css

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

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

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

border-color css

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

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

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