Html Css Color HEX #1F33CD Persian Blue

📋 copy color: '#1F33CD'

red 31 ◦ green 51 ◦ blue 205

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

Shades of Persian Blue #1F33CD

Tints of Persian Blue #1F33CD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

 BLUE value IS 205 (80.47% from 255) = 71.43%

R = 10.8%
G = 17.77%
B = 71.43%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F33CD (or 0x1F33CD) is known color: Persian Blue. HEX triplet: 1F, 33 and CD. RGB value is (31,51,205). Sum of RGB (Red+Green+Blue) = 31+51+205=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F33CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F33CD is #E0CC32. Grayscale: #3D3D3D. Windows color (decimal): -14732339 or 13447967. OLE color: 13447967.

HSL color Cylindrical-coordinate representation of color #1F33CD: hue angle of 233.1º 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 #1F33CD is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 51 205 -
CMYK 0.85 0.75 0 0.20
HSL 233.1º 0.74% 0.46% -
HSV(B) 233.1º 0.85% 0.8% -
XYZ 12.77 7.07 58.45 -
YUV 62.58 208.37 105.48 -
System Red Green Blue C M Y K H S L
Decimal 31 51 205 0.85 0.75 0 0.20 233.1 0.74 0.46
Hex 1F 33 CD 55 4B 0 14 E9 4A 2E
Octal 37 63 315 125 113 0 24 351 112 56
Binary 11111 110011 11001101 1010101 1001011 0 10100 11101001 1001010 101110

Color Harmonies of #1F33CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F33CD

Black with #1F33CD

Text Example


Text Example

White with #1F33CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,51,205); }

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

background-color css

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

 a { background-color: rgb(31,51,205); }

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

border-color css

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

 span { border-color: rgb(31,51,205); }

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