Html Css Color HEX #301B94 Persian Indigo

📋 copy color: '#301B94'

red 48 ◦ green 27 ◦ blue 148

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

Shades of Persian Indigo #301B94

Tints of Persian Indigo #301B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.37%

R = 21.52%
G = 12.11%
B = 66.37%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301B94 (or 0x301B94) is known color: Persian Indigo. HEX triplet: 30, 1B and 94. RGB value is (48,27,148). Sum of RGB (Red+Green+Blue) = 48+27+148=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #301B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301B94 is #CFE46B. Grayscale: #2E2E2E. Windows color (decimal): -13624428 or 9706288. OLE color: 9706288.

HSL color Cylindrical-coordinate representation of color #301B94: hue angle of 250.41º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301B94 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 27 148 -
CMYK 0.68 0.82 0 0.42
HSL 250.41º 0.69% 0.34% -
HSV(B) 250.41º 0.82% 0.58% -
XYZ 6.96 3.55 28.34 -
YUV 47.07 184.96 128.66 -
System Red Green Blue C M Y K H S L
Decimal 48 27 148 0.68 0.82 0 0.42 250.41 0.69 0.34
Hex 30 1B 94 44 52 0 2A FA 45 22
Octal 60 33 224 104 122 0 52 372 105 42
Binary 110000 11011 10010100 1000100 1010010 0 101010 11111010 1000101 100010

Color Harmonies of #301B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B94

Black with #301B94

Text Example


Text Example

White with #301B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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