Html Css Color HEX #301ABC Persian Blue

📋 copy color: '#301ABC'

red 48 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #301ABC

Tints of Persian Blue #301ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.92%

 BLUE value IS 188 (73.83% from 255) = 71.76%

R = 18.32%
G = 9.92%
B = 71.76%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#301ABC (or 0x301ABC) is known color: Persian Blue. HEX triplet: 30, 1A and BC. RGB value is (48,26,188). Sum of RGB (Red+Green+Blue) = 48+26+188=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #301ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ABC is #CFE543. Grayscale: #323232. Windows color (decimal): -13624644 or 12327472. OLE color: 12327472.

HSL color Cylindrical-coordinate representation of color #301ABC: hue angle of 248.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301ABC is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 26 188 -
CMYK 0.74 0.86 0 0.26
HSL 248.15º 0.76% 0.42% -
HSV(B) 248.15º 0.86% 0.74% -
XYZ 10.67 5 47.98 -
YUV 51.05 205.29 125.83 -
System Red Green Blue C M Y K H S L
Decimal 48 26 188 0.74 0.86 0 0.26 248.15 0.76 0.42
Hex 30 1A BC 4A 56 0 1A F8 4C 2A
Octal 60 32 274 112 126 0 32 370 114 52
Binary 110000 11010 10111100 1001010 1010110 0 11010 11111000 1001100 101010

Color Harmonies of #301ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ABC

Black with #301ABC

Text Example


Text Example

White with #301ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,188); }

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

background-color css

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

 a { background-color: rgb(48,26,188); }

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

border-color css

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

 span { border-color: rgb(48,26,188); }

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