Html Css Color HEX #301D9B Persian Indigo

📋 copy color: '#301D9B'

red 48 ◦ green 29 ◦ blue 155

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

Shades of Persian Indigo #301D9B

Tints of Persian Indigo #301D9B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 155 (60.94% from 255) = 66.81%

R = 20.69%
G = 12.5%
B = 66.81%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#301D9B (or 0x301D9B) is known color: Persian Indigo. HEX triplet: 30, 1D and 9B. RGB value is (48,29,155). Sum of RGB (Red+Green+Blue) = 48+29+155=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #301D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301D9B is #CFE264. Grayscale: #303030. Windows color (decimal): -13623909 or 10165552. OLE color: 10165552.

HSL color Cylindrical-coordinate representation of color #301D9B: hue angle of 249.05º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301D9B is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 29 155 -
CMYK 0.69 0.81 0 0.39
HSL 249.05º 0.68% 0.36% -
HSV(B) 249.05º 0.81% 0.61% -
XYZ 7.57 3.87 31.36 -
YUV 49.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 48 29 155 0.69 0.81 0 0.39 249.05 0.68 0.36
Hex 30 1D 9B 45 51 0 27 F9 44 24
Octal 60 35 233 105 121 0 47 371 104 44
Binary 110000 11101 10011011 1000101 1010001 0 100111 11111001 1000100 100100

Color Harmonies of #301D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D9B

Black with #301D9B

Text Example


Text Example

White with #301D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301D9B; }

 p { color: rgb(48,29,155); }

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

background-color css

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

 a { background-color: rgb(48,29,155); }

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

border-color css

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

 span { border-color: rgb(48,29,155); }

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