Html Css Color HEX #300670 Persian Indigo

📋 copy color: '#300670'

red 48 ◦ green 6 ◦ blue 112

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

Shades of Persian Indigo #300670

Tints of Persian Indigo #300670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.47%

R = 28.92%
G = 3.61%
B = 67.47%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#300670 (or 0x300670) is known color: Persian Indigo. HEX triplet: 30, 06 and 70. RGB value is (48,6,112). Sum of RGB (Red+Green+Blue) = 48+6+112=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #300670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300670 is #CFF98F. Grayscale: #1E1E1E. Windows color (decimal): -13629840 or 7341616. OLE color: 7341616.

HSL color Cylindrical-coordinate representation of color #300670: hue angle of 263.77º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300670 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 6 112 -
CMYK 0.57 0.95 0 0.56
HSL 263.77º 0.9% 0.23% -
HSV(B) 263.77º 0.95% 0.44% -
XYZ 4.21 1.93 15.48 -
YUV 30.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 48 6 112 0.57 0.95 0 0.56 263.77 0.9 0.23
Hex 30 6 70 39 5F 0 38 108 5A 17
Octal 60 6 160 71 137 0 70 410 132 27
Binary 110000 110 1110000 111001 1011111 0 111000 100001000 1011010 10111

Color Harmonies of #300670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300670

Black with #300670

Text Example


Text Example

White with #300670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300670; }

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

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

background-color css

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

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

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

border-color css

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

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

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