Html Css Color HEX #300F6D Persian Indigo

📋 copy color: '#300F6D'

red 48 ◦ green 15 ◦ blue 109

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

Shades of Persian Indigo #300F6D

Tints of Persian Indigo #300F6D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.72%

 BLUE value IS 109 (42.97% from 255) = 63.37%

R = 27.91%
G = 8.72%
B = 63.37%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#300F6D (or 0x300F6D) is known color: Persian Indigo. HEX triplet: 30, 0F and 6D. RGB value is (48,15,109). Sum of RGB (Red+Green+Blue) = 48+15+109=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #300F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300F6D is #CFF092. Grayscale: #232323. Windows color (decimal): -13627539 or 7147312. OLE color: 7147312.

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

Color convert

RGB 48 15 109 -
CMYK 0.56 0.86 0 0.57
HSL 261.06º 0.76% 0.24% -
HSV(B) 261.06º 0.86% 0.43% -
XYZ 4.15 2.07 14.65 -
YUV 35.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 48 15 109 0.56 0.86 0 0.57 261.06 0.76 0.24
Hex 30 F 6D 38 56 0 39 105 4C 18
Octal 60 17 155 70 126 0 71 405 114 30
Binary 110000 1111 1101101 111000 1010110 0 111001 100000101 1001100 11000

Color Harmonies of #300F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F6D

Black with #300F6D

Text Example


Text Example

White with #300F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,15,109); }

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

background-color css

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

 a { background-color: rgb(48,15,109); }

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

border-color css

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

 span { border-color: rgb(48,15,109); }

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