Html Css Color HEX #301CCF Persian Blue

📋 copy color: '#301CCF'

red 48 ◦ green 28 ◦ blue 207

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

Shades of Persian Blue #301CCF

Tints of Persian Blue #301CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

 BLUE value IS 207 (81.25% from 255) = 73.14%

R = 16.96%
G = 9.89%
B = 73.14%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#301CCF (or 0x301CCF) is known color: Persian Blue. HEX triplet: 30, 1C and CF. RGB value is (48,28,207). Sum of RGB (Red+Green+Blue) = 48+28+207=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #301CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CCF is #CFE330. Grayscale: #353535. Windows color (decimal): -13624113 or 13573168. OLE color: 13573168.

HSL color Cylindrical-coordinate representation of color #301CCF: hue angle of 246.7º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301CCF is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 28 207 -
CMYK 0.77 0.86 0 0.19
HSL 246.7º 0.76% 0.46% -
HSV(B) 246.7º 0.86% 0.81% -
XYZ 12.9 5.96 59.5 -
YUV 54.39 214.13 123.45 -
System Red Green Blue C M Y K H S L
Decimal 48 28 207 0.77 0.86 0 0.19 246.7 0.76 0.46
Hex 30 1C CF 4D 56 0 13 F7 4C 2E
Octal 60 34 317 115 126 0 23 367 114 56
Binary 110000 11100 11001111 1001101 1010110 0 10011 11110111 1001100 101110

Color Harmonies of #301CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CCF

Black with #301CCF

Text Example


Text Example

White with #301CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,207); }

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

background-color css

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

 a { background-color: rgb(48,28,207); }

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

border-color css

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

 span { border-color: rgb(48,28,207); }

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