Html Css Color HEX #301F9B Persian Indigo

📋 copy color: '#301F9B'

red 48 ◦ green 31 ◦ blue 155

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

Shades of Persian Indigo #301F9B

Tints of Persian Indigo #301F9B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.25%

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

R = 20.51%
G = 13.25%
B = 66.24%

CMYK

 C value IS 0.69

 M value IS 0.8

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#301F9B (or 0x301F9B) is known color: Persian Indigo. HEX triplet: 30, 1F and 9B. RGB value is (48,31,155). Sum of RGB (Red+Green+Blue) = 48+31+155=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #301F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301F9B is #CFE064. Grayscale: #313131. Windows color (decimal): -13623397 or 10166064. OLE color: 10166064.

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

Color convert

RGB 48 31 155 -
CMYK 0.69 0.8 0 0.39
HSL 248.23º 0.67% 0.36% -
HSV(B) 248.23º 0.8% 0.61% -
XYZ 7.63 3.97 31.38 -
YUV 50.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 48 31 155 0.69 0.8 0 0.39 248.23 0.67 0.36
Hex 30 1F 9B 45 50 0 27 F8 43 24
Octal 60 37 233 105 120 0 47 370 103 44
Binary 110000 11111 10011011 1000101 1010000 0 100111 11111000 1000011 100100

Color Harmonies of #301F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F9B

Black with #301F9B

Text Example


Text Example

White with #301F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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