Html Css Color HEX #300685 Persian Indigo

📋 copy color: '#300685'

red 48 ◦ green 6 ◦ blue 133

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

Shades of Persian Indigo #300685

Tints of Persian Indigo #300685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 71.12%

R = 25.67%
G = 3.21%
B = 71.12%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#300685 (or 0x300685) is known color: Persian Indigo. HEX triplet: 30, 06 and 85. RGB value is (48,6,133). Sum of RGB (Red+Green+Blue) = 48+6+133=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #300685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300685 is #CFF97A. Grayscale: #202020. Windows color (decimal): -13629819 or 8717872. OLE color: 8717872.

HSL color Cylindrical-coordinate representation of color #300685: hue angle of 259.84º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300685 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 6 133 -
CMYK 0.64 0.95 0 0.48
HSL 259.84º 0.91% 0.27% -
HSV(B) 259.84º 0.95% 0.52% -
XYZ 5.52 2.45 22.37 -
YUV 33.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 48 6 133 0.64 0.95 0 0.48 259.84 0.91 0.27
Hex 30 6 85 40 5F 0 30 104 5B 1B
Octal 60 6 205 100 137 0 60 404 133 33
Binary 110000 110 10000101 1000000 1011111 0 110000 100000100 1011011 11011

Color Harmonies of #300685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300685

Black with #300685

Text Example


Text Example

White with #300685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300685; }

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

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

background-color css

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

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

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

border-color css

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

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

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