Html Css Color HEX #301BD5 Persian Blue

📋 copy color: '#301BD5'

red 48 ◦ green 27 ◦ blue 213

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

Shades of Persian Blue #301BD5

Tints of Persian Blue #301BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 73.96%

R = 16.67%
G = 9.38%
B = 73.96%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#301BD5 (or 0x301BD5) is known color: Persian Blue. HEX triplet: 30, 1B and D5. RGB value is (48,27,213). Sum of RGB (Red+Green+Blue) = 48+27+213=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 213 (83.59% from 255 or 73.96% from 288); Max value from RGB is 213 - color contains mainly: blue. Hex color #301BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BD5 is #CFE42A. Grayscale: #353535. Windows color (decimal): -13624363 or 13966128. OLE color: 13966128.

HSL color Cylindrical-coordinate representation of color #301BD5: hue angle of 246.77º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301BD5 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 27 213 -
CMYK 0.77 0.87 0 0.16
HSL 246.77º 0.78% 0.47% -
HSV(B) 246.77º 0.87% 0.84% -
XYZ 13.62 6.22 63.43 -
YUV 54.48 217.46 123.38 -
System Red Green Blue C M Y K H S L
Decimal 48 27 213 0.77 0.87 0 0.16 246.77 0.78 0.47
Hex 30 1B D5 4D 57 0 10 F7 4E 2F
Octal 60 33 325 115 127 0 20 367 116 57
Binary 110000 11011 11010101 1001101 1010111 0 10000 11110111 1001110 101111

Color Harmonies of #301BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BD5

Black with #301BD5

Text Example


Text Example

White with #301BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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