Html Css Color HEX #1F41CC Persian Blue

📋 copy color: '#1F41CC'

red 31 ◦ green 65 ◦ blue 204

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

Shades of Persian Blue #1F41CC

Tints of Persian Blue #1F41CC

RGB

 RED value IS 31 (12.5% from 255) = 10.33%

 GREEN value IS 65 (25.78% from 255) = 21.67%

 BLUE value IS 204 (80.08% from 255) = 68%

R = 10.33%
G = 21.67%
B = 68%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F41CC (or 0x1F41CC) is known color: Persian Blue. HEX triplet: 1F, 41 and CC. RGB value is (31,65,204). Sum of RGB (Red+Green+Blue) = 31+65+204=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F41CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F41CC is #E0BE33. Grayscale: #464646. Windows color (decimal): -14728756 or 13386015. OLE color: 13386015.

HSL color Cylindrical-coordinate representation of color #1F41CC: hue angle of 228.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F41CC is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 65 204 -
CMYK 0.85 0.68 0 0.2
HSL 228.21º 0.74% 0.46% -
HSV(B) 228.21º 0.85% 0.8% -
XYZ 13.35 8.43 58.05 -
YUV 70.68 203.24 99.7 -
System Red Green Blue C M Y K H S L
Decimal 31 65 204 0.85 0.68 0 0.2 228.21 0.74 0.46
Hex 1F 41 CC 55 44 0 14 E4 4A 2E
Octal 37 101 314 125 104 0 24 344 112 56
Binary 11111 1000001 11001100 1010101 1000100 0 10100 11100100 1001010 101110

Color Harmonies of #1F41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F41CC

Black with #1F41CC

Text Example


Text Example

White with #1F41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F41CC; }

 p { color: rgb(31,65,204); }

 H1.HeaderClassName
 {
   color: #1F41CC;
 }
 .AnyTagClassName
 {
   color: #1F41CC;
 }
</style>

background-color css

<style>
 a { background-color: #1F41CC; }

 a { background-color: rgb(31,65,204); }

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

border-color css

<style>
 span { border-color: #1F41CC; }

 span { border-color: rgb(31,65,204); }

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