Html Css Color HEX #300681 Persian Indigo

📋 copy color: '#300681'

red 48 ◦ green 6 ◦ blue 129

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

Shades of Persian Indigo #300681

Tints of Persian Indigo #300681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 70.49%

R = 26.23%
G = 3.28%
B = 70.49%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#300681 (or 0x300681) is known color: Persian Indigo. HEX triplet: 30, 06 and 81. RGB value is (48,6,129). Sum of RGB (Red+Green+Blue) = 48+6+129=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #300681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300681 is #CFF97E. Grayscale: #202020. Windows color (decimal): -13629823 or 8455728. OLE color: 8455728.

HSL color Cylindrical-coordinate representation of color #300681: hue angle of 260.49º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300681 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 6 129 -
CMYK 0.63 0.95 0 0.49
HSL 260.49º 0.91% 0.26% -
HSV(B) 260.49º 0.95% 0.51% -
XYZ 5.25 2.34 20.94 -
YUV 32.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 48 6 129 0.63 0.95 0 0.49 260.49 0.91 0.26
Hex 30 6 81 3F 5F 0 31 104 5B 1A
Octal 60 6 201 77 137 0 61 404 133 32
Binary 110000 110 10000001 111111 1011111 0 110001 100000100 1011011 11010

Color Harmonies of #300681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300681

Black with #300681

Text Example


Text Example

White with #300681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300681; }

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

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

background-color css

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

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

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

border-color css

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

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

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