Html Css Color HEX #301B6D Persian Indigo

📋 copy color: '#301B6D'

red 48 ◦ green 27 ◦ blue 109

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

Shades of Persian Indigo #301B6D

Tints of Persian Indigo #301B6D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.67%

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

R = 26.09%
G = 14.67%
B = 59.24%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#301B6D (or 0x301B6D) is known color: Persian Indigo. HEX triplet: 30, 1B and 6D. RGB value is (48,27,109). Sum of RGB (Red+Green+Blue) = 48+27+109=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #301B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B6D is #CFE492. Grayscale: #2A2A2A. Windows color (decimal): -13624467 or 7150384. OLE color: 7150384.

HSL color Cylindrical-coordinate representation of color #301B6D: hue angle of 255.37º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301B6D is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 27 109 -
CMYK 0.56 0.75 0 0.57
HSL 255.37º 0.6% 0.27% -
HSV(B) 255.37º 0.75% 0.43% -
XYZ 4.37 2.52 14.72 -
YUV 42.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 48 27 109 0.56 0.75 0 0.57 255.37 0.6 0.27
Hex 30 1B 6D 38 4B 0 39 FF 3C 1B
Octal 60 33 155 70 113 0 71 377 74 33
Binary 110000 11011 1101101 111000 1001011 0 111001 11111111 111100 11011

Color Harmonies of #301B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B6D

Black with #301B6D

Text Example


Text Example

White with #301B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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