Html Css Color HEX #300A6F Persian Indigo

📋 copy color: '#300A6F'

red 48 ◦ green 10 ◦ blue 111

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

Shades of Persian Indigo #300A6F

Tints of Persian Indigo #300A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.92%

 BLUE value IS 111 (43.75% from 255) = 65.68%

R = 28.4%
G = 5.92%
B = 65.68%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#300A6F (or 0x300A6F) is known color: Persian Indigo. HEX triplet: 30, 0A and 6F. RGB value is (48,10,111). Sum of RGB (Red+Green+Blue) = 48+10+111=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #300A6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300A6F is #CFF590. Grayscale: #202020. Windows color (decimal): -13628817 or 7277104. OLE color: 7277104.

HSL color Cylindrical-coordinate representation of color #300A6F: hue angle of 262.57º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300A6F is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 10 111 -
CMYK 0.57 0.91 0 0.56
HSL 262.57º 0.83% 0.24% -
HSV(B) 262.57º 0.91% 0.44% -
XYZ 4.2 1.99 15.2 -
YUV 32.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 48 10 111 0.57 0.91 0 0.56 262.57 0.83 0.24
Hex 30 A 6F 39 5B 0 38 107 53 18
Octal 60 12 157 71 133 0 70 407 123 30
Binary 110000 1010 1101111 111001 1011011 0 111000 100000111 1010011 11000

Color Harmonies of #300A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A6F

Black with #300A6F

Text Example


Text Example

White with #300A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300A6F; }

 p { color: rgb(48,10,111); }

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

background-color css

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

 a { background-color: rgb(48,10,111); }

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

border-color css

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

 span { border-color: rgb(48,10,111); }

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