Html Css Color HEX #1D41CA Persian Blue

📋 copy color: '#1D41CA'

red 29 ◦ green 65 ◦ blue 202

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

Shades of Persian Blue #1D41CA

Tints of Persian Blue #1D41CA

RGB

 RED value IS 29 (11.72% from 255) = 9.8%

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

 BLUE value IS 202 (79.3% from 255) = 68.24%

R = 9.8%
G = 21.96%
B = 68.24%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D41CA (or 0x1D41CA) is known color: Persian Blue. HEX triplet: 1D, 41 and CA. RGB value is (29,65,202). Sum of RGB (Red+Green+Blue) = 29+65+202=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D41CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D41CA is #E2BE35. Grayscale: #454545. Windows color (decimal): -14859830 or 13254941. OLE color: 13254941.

HSL color Cylindrical-coordinate representation of color #1D41CA: hue angle of 227.51º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D41CA is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 65 202 -
CMYK 0.86 0.68 0 0.21
HSL 227.51º 0.75% 0.45% -
HSV(B) 227.51º 0.86% 0.79% -
XYZ 13.06 8.31 56.79 -
YUV 69.85 202.57 98.86 -
System Red Green Blue C M Y K H S L
Decimal 29 65 202 0.86 0.68 0 0.21 227.51 0.75 0.45
Hex 1D 41 CA 56 44 0 15 E4 4B 2D
Octal 35 101 312 126 104 0 25 344 113 55
Binary 11101 1000001 11001010 1010110 1000100 0 10101 11100100 1001011 101101

Color Harmonies of #1D41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D41CA

Black with #1D41CA

Text Example


Text Example

White with #1D41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,65,202); }

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

background-color css

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

 a { background-color: rgb(29,65,202); }

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

border-color css

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

 span { border-color: rgb(29,65,202); }

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