Html Css Color HEX #430CFA Han Purple

📋 copy color: '#430CFA'

red 67 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #430CFA

Tints of Han Purple #430CFA

RGB

 RED value IS 67 (26.56% from 255) = 20.36%

 GREEN value IS 12 (5.08% from 255) = 3.65%

 BLUE value IS 250 (98.05% from 255) = 75.99%

R = 20.36%
G = 3.65%
B = 75.99%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#430CFA (or 0x430CFA) is known color: Han Purple. HEX triplet: 43, 0C and FA. RGB value is (67,12,250). Sum of RGB (Red+Green+Blue) = 67+12+250=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #430CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430CFA is #BCF305. Grayscale: #363636. Windows color (decimal): -12382982 or 16387139. OLE color: 16387139.

HSL color Cylindrical-coordinate representation of color #430CFA: hue angle of 253.87º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430CFA is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 12 250 -
CMYK 0.73 0.95 0 0.02
HSL 253.87º 0.96% 0.51% -
HSV(B) 253.87º 0.95% 0.98% -
XYZ 19.7 8.36 91.02 -
YUV 55.58 237.72 136.15 -
System Red Green Blue C M Y K H S L
Decimal 67 12 250 0.73 0.95 0 0.02 253.87 0.96 0.51
Hex 43 C FA 49 5F 0 2 FE 60 33
Octal 103 14 372 111 137 0 2 376 140 63
Binary 1000011 1100 11111010 1001001 1011111 0 10 11111110 1100000 110011

Color Harmonies of #430CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430CFA

Black with #430CFA

Text Example


Text Example

White with #430CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430CFA; }

 p { color: rgb(67,12,250); }

 H1.HeaderClassName
 {
   color: #430CFA;
 }
 .AnyTagClassName
 {
   color: #430CFA;
 }
</style>

background-color css

<style>
 a { background-color: #430CFA; }

 a { background-color: rgb(67,12,250); }

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

border-color css

<style>
 span { border-color: #430CFA; }

 span { border-color: rgb(67,12,250); }

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